Update MITgcm Configuration Model authored by Reiner Jung's avatar Reiner Jung
...@@ -23,10 +23,16 @@ The MITgcm configuration comprises of: ...@@ -23,10 +23,16 @@ The MITgcm configuration comprises of:
- Global features are controlled in `code/CPP_OPTIONS.h` - Global features are controlled in `code/CPP_OPTIONS.h`
- Specific features are controlled in package related `<PKG>_OPTIONS.h` files - Specific features are controlled in package related `<PKG>_OPTIONS.h` files
## Input Data ## Input Data & Configuration
- Contains the input data files required to run an experiment - Contains the input data files required to run an experiment
- `input/data` namelist for parameterization - `input/data` namelist for parameterization
- `input/data.pkg` namelist for the packages - `input/data.pkg` namelist for the packages
- `input/eedata` namelist for the execution environment setup - `input/eedata` namelist for the execution environment setup
- May also contain forcing data - May also contain forcing data
## List of Configuration Files per Package
- [Main](MITgcm-Main-Configuration)
- [Diagnostics](MITgcm-Diagnostics)