Skip to content

Commit

Permalink
mmm wsm6: changes to prebuild and python environment requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Mar 26, 2024
1 parent fbb5798 commit 5f5f13c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# actual variable definition files
'ccpp/framework/src/ccpp_types.F90',
'ccpp/physics/physics/hooks/machine.F',
'ccpp/physics/physics/mmm_kinds.F90',
'ccpp/physics/physics/Radiation/RRTMG/radsw_param.f',
'ccpp/physics/physics/Radiation/RRTMG/radlw_param.f',
'ccpp/physics/physics/photochem/h2o_def.f',
Expand Down
7 changes: 5 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: scm_py37
name: scm_py38

dependencies:
- conda-forge::python=3.7
- conda-forge::python=3.8
- conda-forge::netcdf4
- conda-forge::f90nml
- conda-forge::configobj
- conda-forge::matplotlib
- conda-forge::pandas

0 comments on commit 5f5f13c

Please sign in to comment.