-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
171 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
# Configuration file for the 'cosmo-ghg-11km-test' case with COSMO-GHG | ||
|
||
# GENERAL SETTINGS | ||
model: cosmo-ghg | ||
restart_step: 12 | ||
variant: spinup | ||
spinup: 6 | ||
|
||
# case name = pathname in cases/ | ||
casename: null # Set this value based on your use case | ||
|
||
# Root directory settings | ||
chain_src_dir: null # Set this value based on your use case | ||
work_root: null # Set this value based on your use case | ||
|
||
# PRE-PROCESSING | ||
input_root: null # Set this value based on your use case | ||
|
||
# METEO | ||
meteo_dir: null # Set this value based on your use case | ||
meteo_prefix: laf | ||
meteo_nameformat: "laf%Y%m%d%H" | ||
meteo_inc: 1 | ||
|
||
# ICBC | ||
cams_dir_orig: null # Set this value based on your use case | ||
cams_dir_proc: null # Set this value based on your use case | ||
cams_parameters: | ||
- suffix: cams_co2 | ||
inc: 3 | ||
|
||
# EMISSIONS | ||
emissions_dir: null # Set this value based on your use case | ||
emis_gridname: co2_ | ||
|
||
# OAE | ||
oem_dir: null # Set this value based on your use case | ||
oem_gridded_emissions_nc: emissions.nc | ||
oem_vertical_profiles_nc: vertical_profiles.nc | ||
oem_hourofday_nc: hourofday.nc | ||
oem_hourofyear_nc: hourofyear.nc | ||
oem_dayofweek_nc: dayofweek.nc | ||
oem_monthofyear_nc: monthofyear.nc | ||
|
||
# BIOFLUXES | ||
vprm_dir: null # Set this value based on your use case | ||
vprm_prefix: | ||
- vprm2_ | ||
|
||
# ONLINE_VPRM | ||
online_vprm_dir: null # Set this value based on your use case | ||
modis_filename: MODIS_sur_refl_Example_20150101-20150201.nc | ||
vegetation_filename: VPRM_VegClasses_example_vprm.nc | ||
|
||
# INT2LM | ||
int2lm_extpar_dir: null # Set this value based on your use case | ||
int2lm_extpar_file: test_domain.nc | ||
int2lm_bin: null # Set this value based on your use case | ||
int2lm_namelist: null # Set this value based on your use case | ||
int2lm_runjob: null # Set this value based on your use case | ||
int2lm_walltime: "01:00:00" | ||
int2lm_nodes: 2 | ||
int2lm_ntasks_per_node: 12 | ||
int2lm_np_x: 8 | ||
int2lm_np_y: 3 | ||
|
||
# POST_INT2LM | ||
post_int2lm_species: | ||
- CO2_BG | ||
post_int2lm_species_spinup: | ||
- CO2_BG | ||
- CO2_GPP | ||
- CO2_RA | ||
- CO2_A | ||
- CO2_GPP2 | ||
- CO2_RA2 | ||
- CO2_A2 | ||
|
||
# SIMULATION | ||
# COSMO | ||
cosmo_bin: null # Set this value based on your use case | ||
cosmo_namelist: null # Set this value based on your use case | ||
cosmo_runjob: null # Set this value based on your use case | ||
cosmo_walltime: "00:30:00" | ||
cosmo_np_x: 6 | ||
cosmo_np_y: 4 | ||
cosmo_np_io: 0 | ||
|
||
# POST-PROCESSING | ||
# REDUCE_OUTPUT | ||
convert_gas: true | ||
output_levels: 20 | ||
|
||
# POST_COSMO | ||
output_root: null # Set this value based on your use case | ||
reference_dir: null # Set this value based on your use case | ||
output_dir: null # Set this value based on your use case | ||
values_to_check: | ||
- - cosmo-ghg_pgi_gpu_e5e9e5a_lffd2015010200.nc | ||
- lffd2015010200.nc | ||
- T | ||
- P | ||
- U | ||
- V | ||
- W | ||
- CO2_BG | ||
- CO2_A | ||
- CO2_GPP | ||
- CO2_RA | ||
- CO2_A2 | ||
- CO2_GPP2 | ||
- CO2_RA2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters