Skip to content

Commit

Permalink
Set # levels with cloud for photolysis based on meteorology used
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
  • Loading branch information
lizziel committed Jun 27, 2024
1 parent 0e25ed8 commit 6cfdb2d
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ operations:

photolysis:
activate: true
num_levs_with_cloud: 34
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05-Hg/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2024-05/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ operations:

photolysis:
activate: true
num_levs_with_cloud: 34
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2023-05/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ operations:

photolysis:
activate: true
num_levs_with_cloud: 34
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2023-05/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ operations:

photolysis:
activate: true
num_levs_with_cloud: 34
num_levs_with_cloud: ${RUNDIR_PHOT_CLD_NLEV}
input_directories:
fastjx_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/FAST_JX/v2024-05/
cloudj_input_dir: ${RUNDIR_DATA_ROOT}/CHEM_INPUTS/CLOUD_J/v2023-05/
Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/geosfp/geosfp.preprocessed_ll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUNDIR_METLIGHTNING_RES='0.25x0.3125'
RUNDIR_LIGHTNOX_CLIM=false
RUNDIR_MET_LCLIM='2014-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS="""
${RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS_FOR_ADVECTION}

Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/geosfp/geosfp.raw_ll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUNDIR_METLIGHTNING_RES='0.25x0.3125'
RUNDIR_LIGHTNOX_CLIM=false
RUNDIR_MET_LCLIM='2014-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS="""

${RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS_FOR_ADVECTION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUNDIR_METLIGHTNING_RES='0.5x0.625'
RUNDIR_LIGHTNOX_CLIM=true
RUNDIR_MET_LCLIM='1980-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS="""

${RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS_FOR_ADVECTION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUNDIR_METLIGHTNING_RES='0.5x0.625'
RUNDIR_LIGHTNOX_CLIM=true
RUNDIR_MET_LCLIM='1980-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS="""

${RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS_FOR_ADVECTION}
Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/geosit/geosit.preprocessed_ll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUNDIR_METLIGHTNING_RES='0.5x0.625'
RUNDIR_LIGHTNOX_CLIM=true
RUNDIR_MET_LCLIM='1980-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_IMPORT_MASS_FLUX_FROM_EXTDATA=.false.
RUNDIR_USE_TOTAL_AIR_PRESSURE_IN_ADVECTION=0

Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/geosit/geosit.raw_cs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUNDIR_METLIGHTNING_RES='0.5x0.625'
RUNDIR_LIGHTNOX_CLIM=true
RUNDIR_MET_LCLIM='1980-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS="""

${RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS_FOR_ADVECTION}
Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/geosit/geosit.raw_ll.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUNDIR_METLIGHTNING_RES='0.5x0.625'
RUNDIR_LIGHTNOX_CLIM=true
RUNDIR_MET_LCLIM='1980-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS="""

${RUNDIR_MET_EXTDATA_PRIMARY_EXPORTS_FOR_ADVECTION}
Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/merra2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUNDIR_METLIGHTNING_RES='0.5x0.625'
RUNDIR_LIGHTNOX_CLIM=false
RUNDIR_MET_LCLIM='1980-2019'

RUNDIR_PHOT_CLD_NLEV=34

RUNDIR_OFFLINE_EMIS_RES='0.5x0.625'
RUNDIR_OFFLINE_EMIS_LAT_RES='05'

Expand Down
2 changes: 2 additions & 0 deletions run/shared/settings/modele2.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ RUNDIR_MET_EXT='nc4'
RUNDIR_MET_CN_YR=1950
RUNDIR_MET_PRES_UNIT='Pa '
RUNDIR_MET_PRES_SCALE='0.01'

RUNDIR_PHOT_CLD_NLEV=28

0 comments on commit 6cfdb2d

Please sign in to comment.