Changeset 1001 for CONFIG/IPSLCM
- Timestamp:
- 05/03/10 11:50:23 (15 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5A
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.card
r991 r1001 16 16 LMDZ_Freq_aero=120 17 17 LMDZ_Length_aero=12 18 19 # Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 20 LMDZ_COSP_OK=n 21 LMDZ_COSP_monthly=y 22 LMDZ_COSP_daily=y 23 LMDZ_COSP_hf=n 18 24 19 25 [InitialStateFiles] … … 46 52 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 47 53 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 54 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 55 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 48 56 (${SUBMIT_DIR}/PARAM/run.def, .), \ 49 57 (${SUBMIT_DIR}/PARAM/traceur.def, .) … … 57 65 58 66 [OutputFiles] 59 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 60 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ 61 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, NONE), \ 62 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, Post_1D_histday), \ 63 (histdayNMC.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc, Post_1D_histdayNMC), \ 64 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, Post_HF_histhf), \ 65 (histhfNMC.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc, Post_HF_histhfNMC), \ 66 (histhf3h.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc, Post_3H_histhf3h), \ 67 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 68 (histmthCOSP.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc, Post_1M_histmthCOSP), \ 69 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ 70 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, Post_1M_dynzon), \ 71 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, Post_1D_histday), \ 72 (histdayCOSP.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc, Post_1D_histdayCOSP), \ 73 (histdayNMC.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc, Post_1D_histdayNMC), \ 74 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, Post_HF_histhf), \ 75 (histhfCOSP.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc, Post_HF_histhfCOSP), \ 76 (histhfNMC.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc, Post_HF_histhfNMC), \ 77 (histhf3h.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc, Post_3H_histhf3h), \ 67 78 68 79 [Post_1M_histmth] … … 74 85 ChunckJob3D = 100Y 75 86 Seasonal=ON 87 88 [Post_1M_histmthCOSP] 89 Patches = () 90 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 91 TimeSeriesVars2D = () 92 ChunckJob2D = NONE 93 TimeSeriesVars3D = () 94 ChunckJob3D = NONE 95 Seasonal=OFF 76 96 77 97 [Post_1M_histmthNMC] … … 102 122 Seasonal=OFF 103 123 124 [Post_1D_histdayCOSP] 125 Patches = () 126 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 127 TimeSeriesVars2D = () 128 ChunckJob2D = NONE 129 TimeSeriesVars3D = () 130 ChunckJob3D = NONE 131 Seasonal=OFF 132 104 133 [Post_1D_histdayNMC] 105 134 Patches= () … … 118 147 TimeSeriesVars3D = (temp, theta, ovap, ovapinit, vitu, vitv) 119 148 ChunckJob3D = 10Y 149 Seasonal=OFF 150 151 [Post_HF_histhfCOSP] 152 Patches = () 153 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 154 TimeSeriesVars2D = () 155 ChunckJob2D = NONE 156 TimeSeriesVars3D = () 157 ChunckJob3D = NONE 120 158 Seasonal=OFF 121 159 … … 137 175 ChunckJob3D = OFF 138 176 Seasonal=OFF 177 -
CONFIG/IPSLCM/IPSLCM5A/historical/COMP/lmdz.driver
r988 r1001 72 72 eval LMDZ_Freq_aero=\${lmdz_UserChoices_LMDZ_Freq_aero} > /dev/null 2>&1 73 73 eval LMDZ_Length_aero=\${lmdz_UserChoices_LMDZ_Length_aero} > /dev/null 2>&1 74 75 ## Read LMDZ_COSP_monthly LMDZ_COSP_daily and LMDZ_COSP_hf in lmdz.card 76 eval LMDZ_COSP_OK=\${lmdz_UserChoices_LMDZ_COSP_OK} > /dev/null 2>&1 77 eval LMDZ_COSP_monthly=\${lmdz_UserChoices_LMDZ_COSP_monthly} > /dev/null 2>&1 78 eval LMDZ_COSP_daily=\${lmdz_UserChoices_LMDZ_COSP_daily} > /dev/null 2>&1 79 eval LMDZ_COSP_hf=\${lmdz_UserChoices_LMDZ_COSP_hf} > /dev/null 2>&1 74 80 75 81 IGCM_debug_PopStack "ATM_Initialize" … … 153 159 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 154 160 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 161 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} 162 LMDZ_sed physiq.def ok_mensuelCOSP ${LMDZ_COSP_monthly} 163 LMDZ_sed physiq.def ok_journeCOSP ${LMDZ_COSP_daily} 164 LMDZ_sed physiq.def ok_hfCOSP ${LMDZ_COSP_hf} 155 165 LMDZ_sed physiq.def co2_ppm ${IPCC_CO2} 156 166 LMDZ_sed physiq.def CH4_ppb ${IPCC_CH4} -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lmdz.card
r992 r1001 16 16 LMDZ_Freq_aero=120 17 17 LMDZ_Length_aero=12 18 19 # Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 20 LMDZ_COSP_OK=n 21 LMDZ_COSP_monthly=y 22 LMDZ_COSP_daily=y 23 LMDZ_COSP_hf=n 18 24 19 25 [InitialStateFiles] … … 41 47 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 42 48 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 49 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 50 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 43 51 (${SUBMIT_DIR}/PARAM/run.def, .), \ 44 52 (${SUBMIT_DIR}/PARAM/traceur.def, .) … … 52 60 53 61 [OutputFiles] 54 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 55 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ 56 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, NONE), \ 57 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, Post_1D_histday), \ 58 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, Post_HF_histhf) 62 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 63 (histmthCOSP.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc, Post_1M_histmthCOSP), \ 64 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ 65 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, Post_1M_dynzon), \ 66 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, Post_1D_histday), \ 67 (histdayCOSP.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc, Post_1D_histdayCOSP), \ 68 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, Post_HF_histhf), \ 69 (histhfCOSP.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc, Post_HF_histhfCOSP) 59 70 60 71 [Post_1M_histmth] … … 66 77 ChunckJob3D = 100Y 67 78 Seasonal=ON 79 80 [Post_1M_histmthCOSP] 81 Patches = () 82 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 83 TimeSeriesVars2D = () 84 ChunckJob2D = NONE 85 TimeSeriesVars3D = () 86 ChunckJob3D = NONE 87 Seasonal=OFF 68 88 69 89 [Post_1M_histmthNMC] … … 94 114 Seasonal=OFF 95 115 116 [Post_1D_histdayCOSP] 117 Patches = () 118 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 119 TimeSeriesVars2D = () 120 ChunckJob2D = NONE 121 TimeSeriesVars3D = () 122 ChunckJob3D = NONE 123 Seasonal=OFF 124 96 125 [Post_HF_histhf] 97 126 Patches= (Patch_20091030_histcom_time_axis) … … 102 131 ChunckJob3D = OFF 103 132 Seasonal=OFF 133 134 [Post_HF_histhfCOSP] 135 Patches = () 136 GatherWithInternal = (lon, lat, presnivs, time_counter, aire) 137 TimeSeriesVars2D = () 138 ChunckJob2D = NONE 139 TimeSeriesVars3D = () 140 ChunckJob3D = NONE 141 Seasonal=OFF 142 -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lmdz.driver
r918 r1001 69 69 eval LMDZ_Freq_aero=\${lmdz_UserChoices_LMDZ_Freq_aero} > /dev/null 2>&1 70 70 eval LMDZ_Length_aero=\${lmdz_UserChoices_LMDZ_Length_aero} > /dev/null 2>&1 71 72 ## Read LMDZ_COSP_monthly LMDZ_COSP_daily and LMDZ_COSP_hf in lmdz.card 73 eval LMDZ_COSP_OK=\${lmdz_UserChoices_LMDZ_COSP_OK} > /dev/null 2>&1 74 eval LMDZ_COSP_monthly=\${lmdz_UserChoices_LMDZ_COSP_monthly} > /dev/null 2>&1 75 eval LMDZ_COSP_daily=\${lmdz_UserChoices_LMDZ_COSP_daily} > /dev/null 2>&1 76 eval LMDZ_COSP_hf=\${lmdz_UserChoices_LMDZ_COSP_hf} > /dev/null 2>&1 71 77 72 78 IGCM_debug_PopStack "ATM_Initialize" … … 143 149 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 144 150 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 151 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} 152 LMDZ_sed physiq.def ok_mensuelCOSP ${LMDZ_COSP_monthly} 153 LMDZ_sed physiq.def ok_journeCOSP ${LMDZ_COSP_daily} 154 LMDZ_sed physiq.def ok_hfCOSP ${LMDZ_COSP_hf} 145 155 146 156 ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified
Note: See TracChangeset
for help on using the changeset viewer.