ai2cm / fv3config

Manipulate FV3GFS run directories
Apache License 2.0
1 stars 0 forks source link

Optionally specify runfile with the environmental variable #57

Closed nbren12 closed 4 years ago

nbren12 commented 4 years ago

This allows a user to run the model with a python runfile already present in the a docker image by setting the FV3_PYTHON_RUNFILE environmental variable. Because the runfile is in many ways inseperable from the fortran code itself, it is beneficial to bundle it with the other FV3 code.

Partially resolves #56

mcgibbon commented 4 years ago

The tests are failing, so make sure you fix that ;)