Changeset 1538 for CONFIG/IPSLCM
- Timestamp:
- 08/22/11 17:53:17 (13 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5-2
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.card
r1537 r1538 23 23 LMDZ_COSP_hf=n 24 24 25 # LMDZ_COSP_daily1979=y : activate COSP daily output from 1979 and after 26 LMDZ_COSP_daily1979=y 27 25 28 # Set NMC Outputs frequency (monthly, daily, HF) = y/n 26 29 LMDZ_NMC_monthly=y -
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.driver
r1537 r1538 53 53 esac 54 54 case ${frequency} in 55 HF|hf) 56 ok_hf=y 57 OK_instan=y 58 ;; 55 HF|hf) ok_hf=y ;; 59 56 esac 60 57 done … … 248 245 # end CARBON_CYCLE 249 246 250 ##-- For historical daily cosp must be output during 1979-2005 period 251 [ ${year} -ge 1979 ] && LMDZ_COSP_daily=y 247 ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate 248 ## COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 249 if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] && [ ${year} -ge 1979 ]) ; then 250 LMDZ_COSP_daily=y 251 fi 252 252 253 253 254 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.driver
r1537 r1538 135 135 136 136 [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 137 138 137 139 138 ##-- GHG forcing : … … 246 245 # end CARBON_CYCLE 247 246 247 ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate 248 ## COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 249 if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] && [ ${year} -ge 1979 ]) ; then 250 LMDZ_COSP_daily=y 251 fi 252 248 253 249 254 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.driver
r1537 r1538 135 135 136 136 [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 137 138 137 139 138 ##-- GHG forcing : … … 246 245 # end CARBON_CYCLE 247 246 247 ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate 248 ## COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 249 if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] && [ ${year} -ge 1979 ]) ; then 250 LMDZ_COSP_daily=y 251 fi 252 248 253 249 254 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} -
CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.card
r1535 r1538 22 22 LMDZ_COSP_daily=n 23 23 LMDZ_COSP_hf=n 24 # LMDZ_COSP_daily1979=y : activate COSP daily output from 1979 and after 25 LMDZ_COSP_daily1979=y 24 26 25 27 # Set NMC Outputs frequency (monthly, daily, HF) = y/n -
CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver
r1537 r1538 53 53 esac 54 54 case ${frequency} in 55 HF|hf) 56 ok_hf=y 57 OK_instan=y 58 ;; 55 HF|hf) ok_hf=y ;; 59 56 esac 60 57 done … … 248 245 # end CARBON_CYCLE 249 246 250 ##-- For historical daily cosp must be output during 1979-2005 period 251 [ ${year} -ge 1979 ] && LMDZ_COSP_daily=y 247 ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate 248 ## COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 249 if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] && [ ${year} -ge 1979 ]) ; then 250 LMDZ_COSP_daily=y 251 fi 252 252 253 253 254 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} -
CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.driver
r1537 r1538 135 135 136 136 [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 137 138 137 139 138 ##-- GHG forcing : … … 246 245 # end CARBON_CYCLE 247 246 247 ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate 248 ## COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 249 if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] && [ ${year} -ge 1979 ]) ; then 250 LMDZ_COSP_daily=y 251 fi 252 248 253 249 254 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z}
Note: See TracChangeset
for help on using the changeset viewer.