1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- [nemo]
- # Number of parallel cores for OGCM component. NUMERIC = 16, 24, 36
- NEM_NUMPROC = 288
- # Set timestep (in sec) w.r.t resolution. NUMERIC = 2700 (ORCA1)
- NEMO_timestep = 2700
- # OGCM grid resolution. STRING = ORCA1L46, ORCA1L75, ORCA025L46, ORCA025L75 (NEMO)
- NEMO_resolution = ORCA1L75
- # Sea-Ice Model [Default: Do set "LIM2"]. STRING = LIM2, LIM3
- ICE = LIM3
- # Ocean initial conditions ready to be used. [Default: leave empty].
- # STRING = ID found here : https://earth.bsc.es/wiki/doku.php?id=initial_conditions:oceanic
- OCEAN_ini =
- # PISCES initial conditions ready to be used. [Default: leave empty].
- # STRING = ID found here : https://earth.bsc.es/wiki/doku.php?id=initial_conditions:biogeochemistry
- PISCES_ini =
- # Sea-ice initial conditions ready to be used. [Default: leave empty].
- # STRING = ID found here : https://earth.bsc.es/wiki/doku.php?id=initial_conditions:sea_ice
- ICE_ini =
- # Required if OCEAN_ini defined. A different IC member per EXPID member ["PERT"] or which common IC member for all EXPID members ["fc0" / "fc1"]. String = PERT/fc0/fc1...
- OCEAN_ini_member =
- # Required if ICE_ini defined. Sea-ice initial conditions ready to be used. [Default: leave empty].
- # STRING = ID found here : https://earth.bsc.es/wiki/doku.php?id=initial_conditions:sea_ice
- ICE_ini_member =
- [ifs]
- # Number of parallel cores for AGCM component. NUMERIC = 28, 100
- IFS_NUMPROC = 320
- # AGCM grid resolution, horizontal (truncation T) and vertical (levels L). STRING = T159L62, T255L62, T255L91, T511L91, T799L62 (IFS)
- IFS_resolution = T255L91
- # Atmospheric initial conditions ready to be used.
- # STRING = ID found here : https://earth.bsc.es/wiki/doku.php?id=initial_conditions:atmospheric
- ATM_ini =
- # Required if ATM_ini defined. A different IC member per EXPID member ["PERT"] or which common IC member for all EXPID members ["fc0" / "fc1"]. String = PERT/fc0/fc1...
- ATM_ini_member =
- # Atmospheric nudging towards reinterpolated ERA-Interim data. BOOLEAN = TRUE, FALSE
- ATM_NUDGING = FALSE
- # Required if ATM_NUDGING = TRUE. Atmospheric nudging reference data experiment name. [T255L91: b0ir]
- ATM_refnud =
- [common]
- MODEL = ecearth
- VERSION = v3.2beta
- TEMPLATE_NAME = ecearth3
- # Post-procssing frequency (in hours) [Default: Do set "6"]. NUMERIC = 3, 6
- NFRP = 6
- # Select the model output control class. STRING = Option listed under the section : https://earth.bsc.es/wiki/doku.php?id=overview_outclasses
- OUTCLASS = specs
- # After transferring output at /esnas/exp remove a copy available at permanent storage of HPC [Default: Do set "TRUE"]. BOOLEAN = TRUE, FALSE
- MODEL_output_remove = TRUE
|