Changeset 6925
- Timestamp:
- 09/18/24 16:22:10 (8 weeks ago)
- Location:
- CONFIG/UNIFORM/v7/IPSLCM7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/LAM/amip_ERA5_LAM/COMP/dynamico.card
r6898 r6925 18 18 19 19 [InitialStateFiles] 20 List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ ${config_UserChoices_CreateName}/ICO/Output/Restart/${config_UserChoices_CreateName}_${year}_start.nc, start.nc)20 List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ICO/Output/Restart/${config_UserChoices_CreateName}_${year}_start.nc, start.nc) 21 21 22 22 [BoundaryFiles] -
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/LAM/amip_ERA5_LAM/COMP/lmdz.card
r6898 r6925 55 55 # With CMIP6 aerosols version 1 56 56 # With 3D ozone 57 List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ ${config_UserChoices_CreateName}/ATM/Output/Boundary/${config_UserChoices_CreateName}_${year}_limit.nc, limit.nc),\57 List= (${ARCHIVE}/${config_UserChoices_CreateBasefolder}/${config_UserChoices_CreateName}/ATM/Output/Boundary/${config_UserChoices_CreateName}_${year}_limit.nc, limit.nc),\ 58 58 (${R_IN}/ATM/AEROSOLS/CMIP6/v1/144x142/L${RESOL_ATM_Z}/aerosols${year}_from_inca.nc, aerosols${year}.nc),\ 59 59 (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Historical/solarforcing_v3.1_daily_6bands_${year}.nc, solarforcing.nc),\ -
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/inca.driver
r6815 r6925 512 512 513 513 # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card 514 if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then514 if ( [ ! "X${config_ListOfComponents_ICO}" = "X" ] && [ X"$( echo ${config_UserChoices_ExpType} | grep LAM )" = "X" ] ); then 515 515 if [ ${RESOL_NBP} == 40 ] ; then 516 516 valuei=144 -
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/lmdz.driver
r6743 r6925 630 630 631 631 # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card 632 if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then632 if ( [ ! "X${config_ListOfComponents_ICO}" = "X" ] && [ X"$( echo ${config_UserChoices_ExpType} | grep LAM )" = "X" ] ); then 633 633 if [ ${RESOL_NBP} == 40 ] ; then 634 634 valuei=144 -
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver
r6903 r6925 259 259 260 260 # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card 261 if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then261 if ( [ ! "X${config_ListOfComponents_ICO}" = "X" ] && [ X"$( echo ${config_UserChoices_ExpType} | grep LAM )" = "X" ] ); then 262 262 if [ ${RESOL_NBP} == 40 ] ; then 263 263 valuei=144
Note: See TracChangeset
for help on using the changeset viewer.