Changeset 3688 for CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM
- Timestamp:
- 03/23/18 15:32:55 (7 years ago)
- Location:
- CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/lim2.card
r2456 r3688 15 15 16 16 [ParametersFiles] 17 List= (${ SUBMIT_DIR}/PARAM/namelist_lim2_${RESOL_OCE}_ref, namelist_ice_ref), \17 List= (${MODIPSL}/modeles/NEMO/CONFIG/SHARED/namelist_lim2_ref, namelist_ice_ref), \ 18 18 (${SUBMIT_DIR}/PARAM/namelist_lim2_${RESOL_OCE}_cfg, namelist_ice_cfg) 19 19 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/lim3.card
r2456 r3688 15 15 16 16 [ParametersFiles] 17 List= (${SUBMIT_DIR}/PARAM/namelist_lim3_${RESOL_OCE}_ref, namelist_ice_ref), \ 18 (${SUBMIT_DIR}/PARAM/namelist_lim3_${RESOL_OCE}_cfg, namelist_ice_cfg) 17 List= (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref , namelist_ice_ref ), \ 18 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-lim.xml, field_def_nemo-lim.xml ), \ 19 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/ping_seaIce.xml , ping_seaIce.xml ), \ 20 (${SUBMIT_DIR}/PARAM/namelist_lim3_${RESOL_OCE}_cfg_${LMDZ_Physics} , namelist_ice_cfg ), \ 21 (${SUBMIT_DIR}/PARAM/file_def_nemo-lim3.xml , file_def_nemo-lim.xml ) 22 19 23 20 24 [RestartFiles] … … 30 34 [Post_1M_icemod] 31 35 Patches = () 32 GatherWithInternal = (nav_lon, nav_lat, time_counter )33 TimeSeriesVars2D = ( bmelt, evap, grLateral, ialb, ice_pres, iicetemp, iicethic, iicevelu, iicevelv, ileadfra, isnowthi, prsn, rsdssi, sblsi, sim, snoToIce, snomelt, soicecov, strairx, strairy, tmelt, transifs, transix, transiy, tsice)36 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 37 TimeSeriesVars2D = (snthic, sithic, sivolu, snvolu, siconc, sisali, sitemp, sistem, siheco, snheco, siages, sivelu, sivelv, sivelo, sishea, sfx) 34 38 ChunckJob2D = NONE 35 39 TimeSeriesVars3D = () … … 39 43 [Post_1D_icemod] 40 44 Patches = () 41 GatherWithInternal = (nav_lon, nav_lat, time_counter )42 TimeSeriesVars2D = ( iicethic, iicevelu, iicevelv, ileadfra)43 ChunckJob2D = 200Y45 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds) 46 TimeSeriesVars2D = (snthic,sithic,sivolu,snvolu,siconc) 47 ChunckJob2D = OFF 44 48 TimeSeriesVars3D = () 45 49 ChunckJob3D = NONE -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/lmdz.card
r2456 r3688 3 3 4 4 [UserChoices] 5 # Physics package to use : 6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 # LMDZ_Physics=NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later 8 LMDZ_Physics=AP 9 #LMDZ_Physics=NPv4.12 10 11 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 5 # Physics package to use : 6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 LMDZ_Physics=NPv6.0.15_T 8 9 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 12 10 # The parameter file PARAM/config.def_$ConfType will be used. 13 11 # ConfType=preind/actuel/annuel 14 12 ConfType=preind 15 13 16 # manage radiative aerosol effect and ozone 14 # Set pmagic in config.def 15 pmagic=0.0 16 17 # Manage radiative aerosol effect and ozone 17 18 flag_aerosol=6 18 19 ok_ade=y 19 20 ok_aie=y 20 21 aerosol_couple=n 21 read_climoz= 222 read_climoz=1 22 23 ok_cdnc=y 23 24 … … 28 29 ByPass_hgardfou_mats=n 29 30 30 # Number of periods where to set parameter adjust=y before switching to adjust=n 31 # For adjust=n, set LMDZ_NbPeriod_ajust=0. 32 LMDZ_NbPeriod_adjust=0 33 34 # To force usage of specific Bands file, set LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart experiment 35 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl/XXXXXX/ATM/Debug/pdControl_XXXXXXX_Bands_96x95x19_3prc.dat_3 36 37 # Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used. 31 # Set OutLevel to choose the level of output for LMDZ 38 32 # OutLevel=low/medium/high 39 OutLevel= medium40 41 # Set COSP activation and Outputsfrequency (monthly, daily, HF) = y/n33 OutLevel=low 34 35 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 42 36 LMDZ_COSP_OK=n 43 LMDZ_COSP_monthly= y44 LMDZ_COSP_daily= y37 LMDZ_COSP_monthly=n 38 LMDZ_COSP_daily=n 45 39 LMDZ_COSP_hf=n 46 40 47 # Set NMC Outputsfrequency (monthly, daily, HF) = y/n41 # Set NMC output frequency (monthly, daily, HF) = y/n 48 42 LMDZ_NMC_monthly=y 49 LMDZ_NMC_daily= y43 LMDZ_NMC_daily=n 50 44 LMDZ_NMC_hf=n 51 45 52 # Use XIOS as output library53 XIOS=y54 55 46 [InitialStateFiles] 56 List= (${R_IN IT}/ATM/LMDZ/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}/start.nc , .), \57 (${R_IN IT}/ATM/LMDZ/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}/startphy.nc , .)47 List= (${R_IN}/ATM/START/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/start_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}_o2a_v3.nc , start.nc ), \ 48 (${R_IN}/ATM/START/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/startphy_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}_o2a_v3.nc, startphy.nc ) 58 49 59 50 [BoundaryFiles] 60 51 List= () 61 # With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 62 # With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 63 ListNonDel= (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1855_v5.nc, aerosols.nat.nc),\ 64 (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/climoz_LMDZ_1855_v2.nc, climoz_LMDZ.nc) 52 # 53 # With CMIP6 aerosols version 1 54 # With 3D ozone 55 ListNonDel= (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc, aerosols.nat.nc),\ 56 (${R_IN}/ATM/OZONE/UReading/historical.v20160711/interpol/${RESOL_ATM_XY}/climoz_LMDZ_1850_1850_clim.nc, climoz_LMDZ.nc),\ 57 (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Control/solarforcing_v3.1_piControl_ave_6bands_366days.nc, solarforcing.nc),\ 58 (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 59 (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.ave.nc, tauswstrat.2D.nc) 65 60 66 61 [SmoothFiles] 67 List= 62 List= () 68 63 69 64 [ParametersFiles] 70 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 71 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 72 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 73 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 74 (${SUBMIT_DIR}/PARAM/output.def_${OutLevel}, output.def), \ 75 (${SUBMIT_DIR}/PARAM/config.def_${ConfType}, config.def), \ 76 (${SUBMIT_DIR}/PARAM/guide.def, .), \ 77 (${SUBMIT_DIR}/PARAM/run.def, .), \ 78 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 79 (${SUBMIT_DIR}/PARAM/iodef.xml, . ),\ 80 (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ) ,\ 81 (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ) ,\ 82 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . ) ,\ 83 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . ) ,\ 84 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ) ,\ 85 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) ,\ 86 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ) ,\ 87 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ) ,\ 88 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\ 89 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),\ 90 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ),\ 91 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ 92 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, .),\ 93 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfCOSP_lmdz.xml, .) 65 List= (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 66 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \ 67 (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z}, vert.def), \ 68 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_input_nl.txt, .), \ 69 (${MODIPSL}/modeles/LMDZ/DefLists/cosp_output_nl.txt, .), \ 70 (${SUBMIT_DIR}/PARAM/config.def_${ConfType}, config.def), \ 71 (${SUBMIT_DIR}/PARAM/guide.def, .), \ 72 (${SUBMIT_DIR}/PARAM/run.def, .), \ 73 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 74 (${SUBMIT_DIR}/PARAM/iodef.xml, . ), \ 75 (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ), \ 76 (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ), \ 77 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ), \ 78 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ 79 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\ 80 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . ), \ 81 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, .),\ 82 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),\ 83 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . ), \ 84 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfCOSP_lmdz.xml, .), \ 85 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ), \ 86 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ), \ 87 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ), \ 88 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstrataer_lmdz.xml, . ),\ 89 (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 90 91 94 92 95 93 [RestartFiles] 96 List= 97 94 List= (restart.nc, restart.nc, start.nc), \ 95 (restartphy.nc, restartphy.nc, startphy.nc) 98 96 99 97 [OutputText] 100 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, used_run.def, iodef.xml, context_lmdz.xml,field_def_lmdz.xml,debug.01) 101 #List= (lmdz.x.prt) 98 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug_notroot.01, debug.root.01, lmdz.prt, out_lmdz.x.err, out_lmdz.x.out) 102 99 103 100 [OutputFiles] 104 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 105 (histmthCOSP.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc, NONE), \ 106 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ 107 (dynzon.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_dynzon.nc, NONE), \ 108 (paramLMDZ_phy.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_paramLMDZ_phy.nc, Post_1M_paramLMDZ_phy), \ 109 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, Post_1D_histday), \ 110 (histdayCOSP.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc, NONE), \ 111 (histdayNMC.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc, Post_1D_histdayNMC), \ 112 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, NONE), \ 113 (histhfCOSP.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc, NONE), \ 114 (histhfNMC.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc, NONE), \ 115 (histhf3h.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc, NONE) 101 List= (histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \ 102 (histmthCOSP.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc, NONE), \ 103 (histmthNMC.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc, Post_1M_histmthNMC), \ 104 (histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, NONE), \ 105 (histdayCOSP.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc, NONE), \ 106 (histdayNMC.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc, NONE), \ 107 (histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, NONE), \ 108 (histhfCOSP.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfCOSP.nc, NONE), \ 109 (histhfNMC.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhfNMC.nc, NONE), \ 110 (histhf3h.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3h.nc, NONE), \ 111 (histhf3hm.nc, ${R_OUT_ATM_O_H}/${PREFIX}_3H_histhf3hm.nc, NONE) 116 112 117 113 [Post_1M_histmth] 118 114 Patches= () 119 GatherWithInternal = (lon, lat, presnivs, time_counter, time_c ounter_bounds, aire)120 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC clr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, topswad, topswai, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, absvisaer, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero)115 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 116 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, ftime_con, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFC, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, rh2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, ave_t2m_daily_max, ave_t2m_daily_min, taux, taux_ter, taux_sic, taux_lic, taux_oce, tauy, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, nettop, pbase, ptop, topl0, topl, tops0, tops, topswad, topswai, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic, wind10m, od550aer, od550lt1aer, od550_STRAT, loadoa, loadbc, loadso4, loaddust, loadss, sconcoa, sconcbc, sconcso4, sconcdust, sconcss, reffclwtop, cldncl, swtoaas_ant, swtoacs_ant, swtoacf_ant, swsrfas_ant, swsrfcs_ant, swsrfcf_ant, swtoaas_nat, swtoacs_nat, swtoacf_nat, swsrfas_nat, swsrfcs_nat, swsrfcf_nat, solswai, solswad, swtoacf_zero, swsrfcf_zero, R_ecc, R_peri, R_incl, solaire, rsun1, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, colO3_strat, colO3_trop) 121 117 ChunckJob2D = NONE 122 118 TimeSeriesVars3D = (upwd, lwcon, iwcon, lcc3dcon, lcc3dstra, temp, theta, ovap, ovapinit, geop, vitu, vitv, vitw, pres, rneb, rnebcon, rhum, mc, paprs, scdnc, ec550aer, concoa, concbc, concso4, concss, concdust, reffclws, reffclwc, tnt, dtdyn, dtphy, dtlschr, tntr, tntscpbl, tnhus, dqdyn, dqvdf, tnhusscpbl, dqphy, evu, mcd) … … 126 122 [Post_1M_histmthCOSP] 127 123 Patches = () 128 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_c ounter_bounds)124 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds, aire) 129 125 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 130 ChunckJob2D = OFF 126 ChunckJob2D = OFF 131 127 TimeSeriesVars3D = (clcalipso, clisccp2_c01, clisccp2_c02, clisccp2_c03, clisccp2_c04, clisccp2_c05, clisccp2_c06, clisccp2_c07, parasol_refl) 132 128 ChunckJob3D = OFF … … 135 131 [Post_1M_histmthNMC] 136 132 Patches = () 137 GatherWithInternal = (lon, lat, plev, time_counter, time_c ounter_bounds)133 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 138 134 TimeSeriesVars2D = () 139 135 ChunckJob2D = NONE 140 TimeSeriesVars3D = (ta, zg, hus, hur, ua, va, wap)141 ChunckJob3D = 100Y136 TimeSeriesVars3D = (ta, tro3, zg, hus, hur, ua, va, wap) 137 ChunckJob3D = NONE 142 138 Seasonal=ON 143 139 144 [Post_1M_dynzon]145 Patches = ()146 GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bounds)147 TimeSeriesVars2D = ()148 ChunckJob2D = NONE149 TimeSeriesVars3D = ()150 ChunckJob3D = NONE151 Seasonal=OFF152 153 [Post_1M_paramLMDZ_phy]154 Patches=()155 GatherWithInternal = (lon, lat, time_counter, time_counter_bnds)156 TimeSeriesVars2D =(R_ecc, R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt)157 ChunckJob2D = NONE158 TimeSeriesVars3D = ()159 ChunckJob3D = NONE160 Seasonal=OFF161 162 140 [Post_1D_histday] 163 141 Patches= () 164 GatherWithInternal = (lon, lat, presnivs, time_counter, time_c ounter_bounds)142 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 165 143 TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, flat, precip, pluc, plul, prw, psol, q2m, sens, sicf, slp, soll, sols, snow, SWdnSFC, t2m, t2m_max, t2m_min, topl, tops, tsol, u10m, v10m, wind10m, wind10max) 166 144 ChunckJob2D = 50Y … … 171 149 [Post_1D_histdayCOSP] 172 150 Patches = () 173 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_c ounter_bounds)151 GatherWithInternal = (lon, lat, pressure2, height, sza, time_counter, time_centered, time_centered_bounds) 174 152 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso, tclisccp, albisccp, ctpisccp) 175 153 ChunckJob2D = OFF … … 180 158 [Post_1D_histdayNMC] 181 159 Patches = () 182 GatherWithInternal = (lon, lat, plev, time_counter, time_c ounter_bounds)160 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 183 161 TimeSeriesVars2D = () 184 162 ChunckJob2D = NONE … … 189 167 [Post_HF_histhf] 190 168 Patches= () 191 GatherWithInternal = (lon, lat, presnivs, time_counter, time_c ounter_bounds)169 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 192 170 TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 193 171 ChunckJob2D = 50Y … … 198 176 [Post_HF_histhfCOSP] 199 177 Patches = () 200 GatherWithInternal = (lon, lat, height, sza, time_counter, time_c ounter_bounds)178 GatherWithInternal = (lon, lat, height, sza, time_counter, time_centered, time_centered_bounds) 201 179 TimeSeriesVars2D = (cllcalipso, clmcalipso, clhcalipso, cltcalipso) 202 180 ChunckJob2D = OFF … … 207 185 [Post_HF_histhfNMC] 208 186 Patches = () 209 GatherWithInternal = (lon, lat, plev, time_counter, time_c ounter_bounds)187 GatherWithInternal = (lon, lat, plev, time_counter, time_centered, time_centered_bounds) 210 188 TimeSeriesVars2D = () 211 189 ChunckJob2D = NONE … … 214 192 Seasonal=OFF 215 193 194 [Post_3H_histhf3hm] 195 Patches= () 196 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 197 TimeSeriesVars2D = (flat, precip, pluc, snow, topl, topl0, SWupTOA, SWupTOAclr, SWdnTOA, SWupSFC, SWupSFCclr, SWdnSFC, SWdnSFCclr, LWupSFC, LWupSFCclr, LWdnSFC, LWdnSFCclr, bils, bils_tke, bils_diss, bils_ec, bils_kinetic, bils_enthalp, bils_latent, sens, cldt, zmax_th) 198 ChunckJob2D = OFF 199 TimeSeriesVars3D = () 200 ChunckJob3D = OFF 201 Seasonal=OFF 202 216 203 [Post_3H_histhf3h] 217 204 Patches= () 218 GatherWithInternal = (lon, lat, presnivs, time_counter, time_c ounter_bounds)219 TimeSeriesVars2D = (phis, tsol, t2m, q2m, u 10m, v10m, psol, topl, bils)205 GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 206 TimeSeriesVars2D = (phis, tsol, t2m, q2m, ustar, u10m, v10m, psol) 220 207 ChunckJob2D = OFF 221 208 TimeSeriesVars3D = () 222 209 ChunckJob3D = OFF 223 210 Seasonal=OFF 224 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/oasis.card
r2456 r3688 4 4 [UserChoices] 5 5 OutputMode=n 6 FreqCoupling=86400 6 FreqCoupling=5400 7 FreqCouplingRoffCalv=86400 7 8 Lucia=n 8 9 9 10 [InitialStateFiles] 10 List= (${R_INIT}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/flxat.nc, flxat.nc), \ 11 (${R_INIT}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/sstoc.nc, sstoc.nc) 11 List= (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/flxat_v3.nc, flxat.nc), \ 12 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/sstoc_v3.nc, sstoc.nc), \ 13 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/icbrg_v3.nc, icbrg.nc), \ 14 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/icshf_v3.nc, icshf.nc) 12 15 13 16 [BoundaryFiles] 14 17 List= () 15 ListNonDel= (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/grids.nc, grids.nc),\ 16 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/masks.nc, masks.nc),\ 17 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/areas.nc, areas.nc),\ 18 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_torc_to_tlmd_MOSAIC.nc, rmp_torc_to_tlmd_MOSAIC.nc),\ 19 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC.nc, rmp_tlmd_to_torc_MOSAIC.nc),\ 20 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_calvin.nc, rmp_tlmd_to_torc_MOSAIC_calvin.nc),\ 21 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_rivflu.nc, rmp_tlmd_to_torc_MOSAIC_rivflu.nc) 18 ListNonDel= (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/grids_v3.nc, grids.nc),\ 19 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/masks_v3.nc, masks.nc),\ 20 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/areas_v3.nc, areas.nc),\ 21 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_torc_to_tlmd_MOSAIC_v3.nc, rmp_torc_to_tlmd_MOSAIC.nc),\ 22 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_v3.nc, rmp_tlmd_to_torc_MOSAIC.nc),\ 23 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_uorc_BILINEAR_Corrected.nc, .),\ 24 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_BILINEAR_Corrected.nc, .),\ 25 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_calving_nosouth_v3.nc, rmp_tlmd_to_torc_MOSAIC_calving_nosouth.nc),\ 26 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_calving_iceberg_v3.nc, rmp_tlmd_to_torc_MOSAIC_calving_iceberg.nc),\ 27 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_calving_iceshelf_v3.nc, rmp_tlmd_to_torc_MOSAIC_calving_iceshelf.nc),\ 28 (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_rivflu_v4.nc, rmp_tlmd_to_torc_MOSAIC_rivflu.nc) 22 29 23 30 [SmoothFiles] … … 28 35 29 36 [RestartFiles] 30 List= (flxat.nc, flxat.nc, flxat.nc),\ 31 (sstoc.nc, sstoc.nc, sstoc.nc) 37 List= (flxat.nc, flxat.nc, flxat.nc),\ 38 (sstoc.nc, sstoc.nc, sstoc.nc),\ 39 (icbrg.nc, icbrg.nc, icbrg.nc),\ 40 (icshf.nc, icshf.nc, icshf.nc) 32 41 33 42 [OutputText] … … 59 68 (CODFLXDT_LMDZ_23.nc, ${R_OUT_CPL_O_M}/${PREFIX}_CODFLXDT.nc, Post_ncks_cdo),\ 60 69 (COCALVIN_LMDZ_24.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COCALVIN.nc, Post_ncks_cdo),\ 61 (COLIQRUN_LMDZ_2 5.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COLIQRUN.nc, Post_ncks_cdo),\70 (COLIQRUN_LMDZ_27.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COLIQRUN.nc, Post_ncks_cdo),\ 62 71 (O_SSTSST_oceanx_01.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_SSTSST.nc, Post_ncks_cdo),\ 63 72 (OIceFrc_oceanx_02.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OIceFrac.nc, Post_ncks_cdo),\ … … 79 88 (OIceEvap_oceanx_18.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OIceEvap.nc, Post_ncks_cdo),\ 80 89 (O_QsrMix_oceanx_19.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QsrMix.nc, Post_ncks_cdo),\ 81 (O_QnsMix_oceanx_20.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_Q srIce.nc, Post_ncks_cdo),\82 (O_QsrIce_oceanx_21.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_Q nsMix.nc, Post_ncks_cdo),\90 (O_QnsMix_oceanx_20.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QnsMix.nc, Post_ncks_cdo),\ 91 (O_QsrIce_oceanx_21.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QsrIce.nc, Post_ncks_cdo),\ 83 92 (O_QnsIce_oceanx_22.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QnsIce.nc, Post_ncks_cdo),\ 84 93 (O_dQnsdT_oceanx_23.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_dQnsdT.nc, Post_ncks_cdo),\ 85 94 (OCalving_oceanx_24.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OCalving.nc, Post_ncks_cdo),\ 86 (O_Runoff_oceanx_25.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_Runoff.nc, Post_ncks_cdo),\ 95 (OIceberg_oceanx_25.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OIceberg.nc, Post_ncks_cdo),\ 96 (OIcshelf_oceanx_26.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OIcshelf.nc, Post_ncks_cdo),\ 97 (O_Runoff_oceanx_27.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_Runoff.nc, Post_ncks_cdo),\ 87 98 (TEMPO_1D_cpl_atm.nc, ${R_OUT_CPL_O_D}/${PREFIX}_1D_cpl_atm.nc , Post_1D_cpl_atm), \ 88 99 (TEMPO_1D_cpl_oce.nc, ${R_OUT_CPL_O_D}/${PREFIX}_1D_cpl_oce.nc , Post_1D_cpl_oce), \ … … 120 131 Patches = (Patch_20091119_put_out) 121 132 GatherWithInternal = (lon, lat, time) 122 TimeSeriesVars2D = ( SIICEALW, SIICECOV, SISUTESW, COCALVIN, COICEVAP, COLIQRUN, CONSFICE, COQNSMIX, COQSRMIX, COSHFICE, COTOTEVA, COTOTRAI, COTOTSNO)123 ChunckJob2D = NONE133 TimeSeriesVars2D = (COTAUXXU, COTAUYYU, COTAUZZU, COTAUXXV, COTAUYYV, COTAUZZV, COWINDSP, COTOTRAI, COTOTSNO, COTOTEVA, COICEVAP, COQSRMIX, COQNSMIX, COSHFICE, CONSFICE, CODFLXDT, COCALVIN, COLIQRUN, SISUTESW, SIICECOV, SIICTEMW, SIICEALW, CURRENTX, CURRENTY, CURRENTZ) 134 ChunckJob2D = OFF 124 135 TimeSeriesVars3D = () 125 136 ChunckJob3D = NONE 126 Seasonal=O N137 Seasonal=OFF 127 138 128 139 [Post_1M_cpl_oce] 129 140 Patches = (Patch_20091119_put_out) 130 141 GatherWithInternal = (lon, lat, time) 131 TimeSeriesVars2D = (O Calving, OIceEvap, OIceFrac, OTotEvap, OTotRain, OTotSnow, O_AlbIce, O_QnsIce, O_QnsMix, O_QsrIce, O_QsrMix, O_Runoff)132 ChunckJob2D = NONE142 TimeSeriesVars2D = (O_OTaux1, O_OTauy1, O_OTauz1, O_OTaux2, O_OTauy2, O_OTauz2, O_Wind10, OTotRain, OTotSnow, OTotEvap, OIceEvap, O_QsrMix, O_QnsMix, O_QsrIce, O_QnsIce, O_dQnsdT, OCalving, OIceberg, OIcshelf, O_Runoff, O_SSTSST, OIceFrc, O_TepIce, O_AlbIce, O_OCurx1, O_OCury1, O_OCurz1) 143 ChunckJob2D = OFF 133 144 TimeSeriesVars3D = () 134 145 ChunckJob3D = NONE 135 Seasonal=O N146 Seasonal=OFF 136 147 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card
r2519 r3688 3 3 4 4 [UserChoices] 5 ORCA_version=ORCA2.3 6 mesh_mask=n 7 iceflx="linear" 8 # OUTPUT_LEVEL=2 for standard daily outputs 9 # OUTPUT_LEVEL=3 for more daily outputs 10 OUTPUT_LEVEL=2 5 ORCA_version=${config_UserChoices_ORCA_version:-eORCA1.1} 6 mesh_mask= n 7 Reproducibility_after_restart= n 8 TimeOrigin=1800 9 Restart_TS_only= n 11 10 12 11 [InitialStateFiles] … … 15 14 [BoundaryFiles] 16 15 List= () 17 ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/ahmcoef, .), \ 18 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/bathy_meter.nc, .), \ 19 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/coordinates.nc, .), \ 20 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_1m_potential_temperature_nomask.nc, .), \ 21 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_1m_salinity_nomask.nc, .), \ 22 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/geothermal_heating.nc, .),\ 23 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/subbasins.nc, .),\ 24 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/chlorophyll_surface.nc, chlorophyll.nc),\ 25 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/Tides_K1_drg_ORCA.nc, K1rowdrg.nc),\ 26 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/Tides_M2_drg_ORCA.nc, M2rowdrg.nc),\ 27 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/tmaskitf_ORCA_bis.nc, mask_itf.nc),\ 28 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/kRGB61.txt, .) 16 ListNonDel= (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/coordinates.nc , . ), \ 17 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/coordinates_xios.nc , . ), \ 18 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/${opa9_UserChoices_ORCA_version}_bathy_meter.nc , bathy_meter.nc ), \ 19 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/runoffs_${opa9_UserChoices_ORCA_version}_depths.nc , runoffs_eORCA1.0_depths.nc ), \ 20 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/ahmcoef.nc , . ), \ 21 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mask_itf.nc , . ), \ 22 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/K1rowdrg.nc , K1rowdrg.nc ), \ 23 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/M2rowdrg.nc , M2rowdrg.nc ), \ 24 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/subbasins_v10.nc , subbasins.nc ), \ 25 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Goutorbe_ghflux.nc , . ), \ 26 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/conservative_temperature_WOA13_decav_Reg1L75_clim.nc , . ), \ 27 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/absolute_salinity_WOA13_decav_Reg1L75_clim.nc , . ), \ 28 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_3D_WOA13d1_2_eorca1_bilinear.nc , . ), \ 29 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_Goutorbe1_2_eorca1_bilinear.nc , . ), \ 30 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/merged_ESACCI_BIOMER4V1R1_CHL_REG05.nc , . ), \ 31 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_reg05_2_eorca1_bilinear.nc , . ), \ 32 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_bot.nc , . ), \ 33 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_pyc.nc , . ), \ 34 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_cri.nc , . ), \ 35 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/decay_scale_bot.nc , . ), \ 36 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/decay_scale_cri.nc , . ), \ 37 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/vosaline_360x180-ORCA1_WOA13_climatemonth.nc , sali_ref_clim_monthly.nc ), \ 38 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc ,.) 39 29 40 30 41 [SmoothFiles] … … 32 43 33 44 [ParametersFiles] 34 List= (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_ref, namelist_ref), \ 35 (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg, namelist_cfg), \ 36 (${SUBMIT_DIR}/PARAM/context_nemo.xml, context_nemo.xml), \ 37 (${SUBMIT_DIR}/PARAM/field_def_nemo.xml, field_def_nemo.xml), \ 38 (${SUBMIT_DIR}/PARAM/domain_def_nemo.xml, domain_def_nemo.xml) 45 List= (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ref , namelist_ref ), \ 46 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/context_nemo.xml , context_nemo.xml ), \ 47 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/domain_def_nemo.xml , domain_def_nemo.xml ), \ 48 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/axis_def_nemo.xml , axis_def_nemo.xml ), \ 49 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/grids_def_nemo.xml , grids_def_nemo.xml ), \ 50 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-opa.xml , field_def_nemo-opa.xml ), \ 51 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/ping_ocean.xml , ping_ocean.xml ), \ 52 (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg , namelist_cfg ), \ 53 (${SUBMIT_DIR}/PARAM/file_def_nemo-opa.xml , file_def_nemo-opa.xml ) 54 55 39 56 40 57 [RestartFiles] … … 42 59 43 60 [OutputText] 44 List= (ocean.output, solver.stat, namelist, context_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, debug.02, out_opa.xx.out, out_opa.xx.err)61 List= (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, axis_def_nemo.xml, grids_def_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, out_opa.xx.out, out_opa.xx.err, debug_notroot.02, debug.root.02) 45 62 46 63 [OutputFiles] 47 List= (mesh_mask.nc , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc, NONE),\ 48 (${config_UserChoices_JobName}_1y_scalar.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc, NONE),\ 49 (${config_UserChoices_JobName}_1y_grid_T.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_T.nc, NONE),\ 50 (${config_UserChoices_JobName}_1y_grid_U.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_U.nc, NONE),\ 51 (${config_UserChoices_JobName}_1y_grid_V.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc, NONE),\ 52 (${config_UserChoices_JobName}_1y_grid_W.nc, ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc, NONE),\ 53 (${config_UserChoices_JobName}_1m_scalar.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc, NONE),\ 54 (${config_UserChoices_JobName}_1m_grid_T.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_T.nc, Post_1M_grid_T),\ 55 (${config_UserChoices_JobName}_1m_grid_U.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_U.nc, Post_1M_grid_U),\ 56 (${config_UserChoices_JobName}_1m_grid_V.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc, Post_1M_grid_V),\ 57 (${config_UserChoices_JobName}_1m_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, NONE),\ 58 (${config_UserChoices_JobName}_1m_diaptr.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc, Post_1M_diaptr),\ 59 (${config_UserChoices_JobName}_1d_grid_T.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc, Post_1D_grid_T),\ 60 (${config_UserChoices_JobName}_1d_grid_U.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc, Post_1D_grid_U),\ 61 (${config_UserChoices_JobName}_1d_grid_V.nc, ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_V.nc, Post_1D_grid_V),\ 62 (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc, NONE),\ 63 (output.abort.nc , ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc, NONE),\ 64 List= (${config_UserChoices_JobName}_1y_scalar.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc , NONE ),\ 65 (${config_UserChoices_JobName}_1y_grid_T.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_T.nc , NONE ),\ 66 (${config_UserChoices_JobName}_1y_grid_U.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_U.nc , NONE ),\ 67 (${config_UserChoices_JobName}_1y_grid_V.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc , NONE ),\ 68 (${config_UserChoices_JobName}_1y_grid_W.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc , NONE ),\ 69 (${config_UserChoices_JobName}_1y_diaptr.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr.nc , Post_1Y_diaptr),\ 70 (${config_UserChoices_JobName}_1y_trdtra.nc , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc , NONE) ),\ 71 (${config_UserChoices_JobName}_1m_scalar.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc , Post_1M_scalar),\ 72 (${config_UserChoices_JobName}_1m_grid_T.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_T.nc , Post_1M_grid_T),\ 73 (${config_UserChoices_JobName}_1m_grid_U.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_U.nc , Post_1M_grid_U),\ 74 (${config_UserChoices_JobName}_1m_grid_V.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc , Post_1M_grid_V),\ 75 (${config_UserChoices_JobName}_1m_grid_W.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc , Post_1M_grid_W),\ 76 (${config_UserChoices_JobName}_1m_diaptr.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr.nc , Post_1M_diaptr),\ 77 (${config_UserChoices_JobName}_1m_trdtra.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc , Post_1M_trdtra),\ 78 (${config_UserChoices_JobName}_5d_grid_T.nc , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc , NONE ),\ 79 (${config_UserChoices_JobName}_5d_grid_U.nc , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_U.nc , NONE ),\ 80 (${config_UserChoices_JobName}_5d_grid_V.nc , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_V.nc , NONE ),\ 81 (${config_UserChoices_JobName}_5d_grid_W.nc , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_W.nc , NONE ),\ 82 (${config_UserChoices_JobName}_5d_trdtra.nc , ${R_OUT_OCE_O_D}/${PREFIX}_5D_trdtra.nc , NONE) ),\ 83 (${config_UserChoices_JobName}_1d_grid_T.nc , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc , Post_1D_grid_T),\ 84 (${config_UserChoices_JobName}_1d_grid_U.nc , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc , Post_1D_grid_U),\ 85 (${config_UserChoices_JobName}_1d_grid_W.nc , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc , NONE ),\ 86 (${config_UserChoices_JobName}_1d_SBC.nc , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc , NONE ),\ 87 (${config_UserChoices_JobName}_1d_diaptr.nc , ${R_OUT_OCE_O_D}/${PREFIX}_1D_diaptr.nc , NONE ),\ 88 (${config_UserChoices_JobName}_1d_scalar.nc , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc , NONE ),\ 89 (mesh_mask.nc , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc , NONE),\ 90 (runoffs.nc , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_runoffs.nc , NONE),\ 91 (damping.coeff.nc , ${R_OUT_OCE_O_D}/${PREFIX}_damping.coeff.nc , NONE),\ 92 (output.abort.nc , ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc , NONE),\ 64 93 (output.init.nc , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE) 65 94 … … 68 97 [Post_1M_scalar] 69 98 Patches = () 70 GatherWithInternal = (time_counter, time_c ounter_bounds)71 TimeSeriesVars2D = ( masso, volo, zosga, zossga, zostoga, thetaoga, soga)99 GatherWithInternal = (time_counter, time_centered, time_centered_bounds) 100 TimeSeriesVars2D = (scmastot, scvoltot, scsshtot, scsshste, scsshtst, sctemtot, scsaltot, ibgheat_tot, sbgheat_tot) 72 101 ChunckJob2D = NONE 73 102 TimeSeriesVars3D = () … … 77 106 [Post_1M_grid_T] 78 107 Patches = () 79 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_c ounter_bounds)80 TimeSeriesVars2D = ( sohefldo, soicecov, somixhgt, somxl010, sosaline, soshfldo, sossheig, sosstsst, sowaflup, sowindsp)81 ChunckJob2D = NONE 82 TimeSeriesVars3D = ( vosaline,votemper)83 ChunckJob3D = 50Y108 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 109 TimeSeriesVars2D = (zos, zossq, tos, sos, tossq, omlmax, mldkz5, mldr10_1, nshfls, rsntds, rsds, friver, hc300, wfo) 110 ChunckJob2D = NONE 111 TimeSeriesVars3D = (e3t, thetao, so) 112 ChunckJob3D = 100Y 84 113 Seasonal=ON 85 114 86 115 [Post_1M_grid_U] 87 116 Patches = () 88 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_c ounter_bounds)89 TimeSeriesVars2D = ( sozotaux)90 ChunckJob2D = NONE 91 TimeSeriesVars3D = ( vozocrtx,vozoeivu)92 ChunckJob3D = 50Y117 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 118 TimeSeriesVars2D = (tauuo, sozohetr, sozosatr) 119 ChunckJob2D = NONE 120 TimeSeriesVars3D = (e3u, uo) 121 ChunckJob3D = 100Y 93 122 Seasonal=ON 94 123 95 124 [Post_1M_grid_V] 96 125 Patches = () 97 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_c ounter_bounds)98 TimeSeriesVars2D = ( sometauy)99 ChunckJob2D = NONE 100 TimeSeriesVars3D = ( vomecrty, vomeeivv)101 ChunckJob3D = 50Y126 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 127 TimeSeriesVars2D = (tauvo, somehetr, somesatr) 128 ChunckJob2D = NONE 129 TimeSeriesVars3D = (e3v, vo) 130 ChunckJob3D = 100Y 102 131 Seasonal=ON 103 132 104 133 [Post_1M_grid_W] 105 134 Patches = () 106 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_c ounter_bounds)107 TimeSeriesVars2D = ( soleaeiw, soleahtw)108 ChunckJob2D = NONE 109 TimeSeriesVars3D = ( difvmo, difvmto, difvtrto, voddmavs, voveeivw, votkeavt, vovecrtz, wmo, wmosq)110 ChunckJob3D = 50Y111 Seasonal=O FF135 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 136 TimeSeriesVars2D = ( ) 137 ChunckJob2D = NONE 138 TimeSeriesVars3D = ( ) 139 ChunckJob3D = 100Y 140 Seasonal=ON 112 141 113 142 [Post_1M_diaptr] 114 143 Patches = () 115 GatherWithInternal = (nav_lat, time_counter, deptht, time_counter_bounds) 116 TimeSeriesVars2D = (zotemglo, zosalglo, zomsfglo, zotematl, zosalatl, zomsfatl, zotempac, zosalpac, zomsfpac, zotemind, zosalind, zomsfind, zotemipc, zosalipc, zomsfipc, sophtadv, sophtldf, sopstadv) 117 ChunckJob2D = NONE 118 TimeSeriesVars3D = () 119 ChunckJob3D = NONE 120 Seasonal=ON 144 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 145 TimeSeriesVars2D = (zomsfglo, zomsfatl, zomsfpac, zomsfind, zomsfipc, zotemglo, zotematl, zotempac, zotemind, zotemipc, zosalglo, zosalatl, zosalpac, zosalind, zosalipc, zosrfglo, zosrfatl, zosrfpac, zosrfind, zosrfipc, sophtadv, sophtldf, sopstadv, sopstldf) 146 ChunckJob2D = NONE 147 TimeSeriesVars3D = () 148 ChunckJob3D = NONE 149 Seasonal=ON 150 151 [Post_1M_trdtra] 152 Patches = () 153 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 154 TimeSeriesVars2D = NONE 155 ChunckJob2D = NONE 156 TimeSeriesVars3D = (ttrdtr_zdfp, ttrdtr_eivad, ttrdtr_iso, ttrdtr_totad, ttrdtr_tot, strdtr_zdfp, strdtr_eivad, strdtr_iso, strdtr_totad, strdtr_tot) 157 ChunckJob3D = 100Y 158 Seasonal=ON 159 121 160 122 161 # Daily analysis … … 124 163 [Post_1D_grid_T] 125 164 Patches = () 126 GatherWithInternal = (nav_lon, nav_lat, time_counter, time_counter_bounds)127 TimeSeriesVars2D = ( sosstsst)128 ChunckJob2D = 200Y129 TimeSeriesVars3D = ( vosaline,votemper)165 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 166 TimeSeriesVars2D = (tos, tosstd, sos, zos, zosstd, sstdcy, mldr10_1, mldr10_1dcy, mldkz5) 167 ChunckJob2D = OFF 168 TimeSeriesVars3D = () 130 169 ChunckJob3D = OFF 131 170 Seasonal=OFF … … 133 172 [Post_1D_grid_U] 134 173 Patches = () 135 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_counter_bounds) 174 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 175 TimeSeriesVars2D = () 176 ChunckJob2D = 100Y 177 TimeSeriesVars3D = () 178 ChunckJob3D = OFF 179 Seasonal=OFF 180 181 [Post_1D_grid_V] 182 Patches = () 183 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 136 184 TimeSeriesVars2D = () 137 185 ChunckJob2D = 200Y 138 TimeSeriesVars3D = ( vozocrtx)186 TimeSeriesVars3D = () 139 187 ChunckJob3D = OFF 140 188 Seasonal=OFF 141 189 142 [Post_1D_grid_V]143 Patches = ()144 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_counter_bounds)145 TimeSeriesVars2D = ()146 ChunckJob2D = 200Y147 TimeSeriesVars3D = (vomecrty)148 ChunckJob3D = OFF149 Seasonal=OFF150 151 190 ## Yearly analysis 152 191 153 192 [Post_1Y_scalar] 154 193 Patches = () 155 GatherWithInternal = (time_counter, time_c ounter, time_counter_bounds)156 TimeSeriesVars2D = ( masso, volo, zosga, zossga, zostoga, thetaoga, soga)194 GatherWithInternal = (time_counter, time_centered, time_centered_bounds) 195 TimeSeriesVars2D = (scmastot, scvoltot, scsshtot, scsshste, scsshtst, sctemtot, scsaltot, ibgheat_tot, sbgheat_tot) 157 196 ChunckJob2D = NONE 158 197 TimeSeriesVars3D = () … … 162 201 [Post_1Y_grid_T] 163 202 Patches = () 164 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_c ounter_bounds)165 TimeSeriesVars2D = ( evs, ficeberg, friver, fsitherm, hfcorr, hfevapds, hfibthermds, hfrainds, hfrunoffds, hfsithermds, hfsnthermds, nshfls, omlmax, pbo, pr, prsn, sfdsi, so20chgt, so28chgt, sohefldo, sohtc300, soicecov, somixhgt, somxl010, sosaline, soshfldo, sossheig, sosstsst, sotaumod, sowaflcd, sowaflup, sowindsp, tossq, vsfsit, wfcorr, zossq)166 ChunckJob2D = NONE 167 TimeSeriesVars3D = ( rhopoto, rsds, thkcello, vosaline,votemper)203 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 204 TimeSeriesVars2D = ( ) 205 ChunckJob2D = NONE 206 TimeSeriesVars3D = (thetao, so) 168 207 ChunckJob3D = 50Y 169 208 Seasonal=OFF … … 171 210 [Post_1Y_grid_U] 172 211 Patches = () 173 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_c ounter_bounds)212 GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter, time_centered, time_centered_bounds) 174 213 TimeSeriesVars2D = (hfx, hfxba, hfxdiff, sozotaux) 175 214 ChunckJob2D = NONE … … 180 219 [Post_1Y_grid_V] 181 220 Patches = () 182 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_c ounter_bounds)183 TimeSeriesVars2D = ( hfy, hfyba, hfydiff, sometauy)184 ChunckJob2D = NONE 185 TimeSeriesVars3D = ( vmo, vomecrty, vomeeivv)221 GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter, time_centered, time_centered_bounds) 222 TimeSeriesVars2D = ( ) 223 ChunckJob2D = NONE 224 TimeSeriesVars3D = ( ) 186 225 ChunckJob3D = 50Y 187 226 Seasonal=OFF … … 189 228 [Post_1Y_grid_W] 190 229 Patches = () 191 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_c ounter_bounds)192 TimeSeriesVars2D = ( soleaeiw, soleahtw)193 ChunckJob2D = NONE 194 TimeSeriesVars3D = ( difvmo, difvmto, difvtrto, voddmavs, voveeivw, votkeavt, vovecrtz, wmo, wmosq)230 GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter, time_centered, time_centered_bounds) 231 TimeSeriesVars2D = ( ) 232 ChunckJob2D = NONE 233 TimeSeriesVars3D = ( ) 195 234 ChunckJob3D = 50Y 196 235 Seasonal=OFF … … 198 237 [Post_1Y_diaptr] 199 238 Patches = () 200 GatherWithInternal = (nav_lat, time_counter, deptht, time_counter_bounds)201 TimeSeriesVars2D = (zo temglo, zosalglo, zomsfglo, zotematl, zosalatl, zomsfatl, zotempac, zosalpac, zomsfpac, zotemind, zosalind, zomsfind, zotemipc, zosalipc, zomsfipc, sophtadv, sophtldf, sopstadv)202 ChunckJob2D = NONE 203 TimeSeriesVars3D = () 204 ChunckJob3D = NONE 205 Seasonal=OFF 239 GatherWithInternal = (nav_lat, deptht, depthw, time_counter, time_centered, time_centered_bounds) 240 TimeSeriesVars2D = (zomsfglo, zomsfatl, zotemglo, zotematl, zotempac, zosalglo, zosalatl, zosalpac, zosrfglo, zosrfatl, zosrfpac) 241 ChunckJob2D = NONE 242 TimeSeriesVars3D = () 243 ChunckJob3D = NONE 244 Seasonal=OFF -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card
r2481 r3688 7 7 # Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 8 8 # Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 9 DefSuffix=C hoi9 DefSuffix=CWRR 10 10 11 sechiba_LEVEL=11 11 # VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation. 12 # After the first period, VEGET_UPDATE will be set according to the choice done below. 13 VEGET_UPDATE_at_start=y 12 14 13 # Use XIOS as output library 14 XIOS=y 15 # VEGET_UPDATE=0Y : default, do not update the vegetation and woodharvest file except if starting without restart file 16 # VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year 17 VEGET_UPDATE=0Y 18 19 # Specify output level for output files 20 # Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here. 21 # output_level_filename=0 : lowest level writing only variables needed for the monitoring 22 # output_level_filename=12 : highest level which will output all variables 23 # output_level_filename=NONE : deactivate the file 24 output_level_sechiba_history = 11 25 output_level_sechiba_out_2 = NONE 26 output_level_sechiba_history_4dim = 11 27 28 # Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 29 # Settings using WriteFrequency in config.card is not longer used 30 output_freq_sechiba_history = 1mo 31 output_freq_sechiba_out_2 = 10800s 32 output_freq_sechiba_history_4dim = 1mo 33 15 34 16 35 [InitialStateFiles] 17 List= (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, . ), \ 18 (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .), \ 19 (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_1850.nc, PFTmap.nc) 36 List= (${R_IN}/SRF/soils_param.nc, . ), \ 37 (${R_IN}/SRF/reftemp.nc, . ), \ 38 (${R_IN}/SRF/routing.nc, . ), \ 39 (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \ 40 (${R_IN}/SRF/cartepente2d_15min.nc, .) 20 41 21 42 [BoundaryFiles] 22 List= (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, . ) 23 ListNonDel= () 43 List= () 44 ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_1850.nc, PFTmap.nc),\ 45 (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_1850.nc, woodharvest.nc),\ 24 46 25 47 [SmoothFiles] 26 List= ()48 List= () 27 49 28 50 [ParametersFiles] 29 51 List= (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def) ,\ 52 (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .) ,\ 53 (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_input_orchidee.xml, .) ,\ 30 54 (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .) ,\ 31 (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) ,\ 32 (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .) 55 (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) 33 56 34 57 [RestartFiles] 35 # List restart that have to be saved/restored each loop (file out, saved, and in) :36 58 List= (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) 37 59 38 60 [OutputText] 39 List= (out_orchidee, orchidee.def, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)61 List= (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, file_def_input_orchidee.xml, river_desc.nc) 40 62 41 63 [OutputFiles] 42 List= (sechiba_history.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \43 (sechiba_ out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, NONE), \44 ( orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,NONE)64 List= (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 65 (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \ 66 (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, NONE) 45 67 46 68 [Post_1M_sechiba_history] 47 69 Patches = () 48 GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_c ounter_bounds)49 TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac)70 GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds) 71 TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, netrad, qair, rain, runoff, snow, snownobio, snowf, frac_snow, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac, TWBR, riverflow, coastalflow, DelSoilMoist_daily, DelIntercept_daily, DelSWE_daily, delstock_routing, snowmelt, LAImean, transpir, evapnu) 50 72 ChunckJob2D = NONE 51 73 TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee) 52 74 ChunckJob3D = NONE 53 Seasonal =ON75 Seasonal = ON 54 76 55 77 [Post_HF_sechiba_out_2] 56 Patches= () 57 GatherWithInternal= (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds) 58 TimeSeriesVars2D= (mrsos, mrro) 59 ChunckJob2D= 50Y 60 TimeSeriesVars3D= (ptn) 61 ChunckJob3D= 10Y 62 Seasonal= OFF 78 Patches = () 79 GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds) 80 TimeSeriesVars2D = (mrsos, mrro) 81 ChunckJob2D = 50Y 82 TimeSeriesVars3D = (ptn) 83 ChunckJob3D = 10Y 84 Seasonal = OFF 85 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/pisces.card
r2456 r3688 10 10 [BoundaryFiles] 11 11 List= () 12 ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/par.orca.nc, .), \13 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/solubility.orca.nc, .), \14 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_DIC_nomask.nc, .), \15 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Alkalini_nomask.nc, .), \16 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_O2_nomask.nc, .), \17 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_NO3_nomask.nc, .), \18 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_PO4_nomask.nc, .), \19 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Si_nomask.nc, .), \20 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_DOC_nomask.nc, .), \21 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Fer_nomask.nc, .), \22 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/DUST_INCA_MONTHLY_2000_2006.nc, dust.orca.nc), \23 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/river_global_news.nc, river.orca.nc), \24 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/bathy.orca.nc, .), \25 (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/ndeposition.orca.nc, .)26 12 13 ListNonDel= (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/DIC_GLODAPv2.1_annual_eORCA_R1.nc , . ), \ 14 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Alkalini_GLODAPv2.1_annual_eORCA_R1.nc , . ), \ 15 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/O2_WOA2009_monthly_eORCA_R1.nc , . ), \ 16 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/PO4_WOA2009_monthly_eORCA_R1.nc , . ), \ 17 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Si_WOA2009_monthly_eORCA_R1.nc , . ), \ 18 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/DOC_PISCES_monthly_eORCA_R1.nc , . ), \ 19 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Fer_PISCES_monthly_eORCA_R1.nc , . ), \ 20 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/NO3_WOA2009_monthly_eORCA_R1.nc , . ), \ 21 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Dust_inca_LOI/DUST_INCA_LOI6012-histAER_1M_1850.nc, dust.orca.nc ), \ 22 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Dust_inca_LOI/weights_LMD144142_eORCA1_bilinear.nc, weights_lmd144142_bilin.nc ), \ 23 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/pmarge_etopo_eORCA_R1.nc , . ), \ 24 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/river_global_news_eORCA_R1.nc , . ), \ 25 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Ndep_input4MIPs/Ndep_input4MIPs_surfaceFluxes_CMIP_NCAR-CCMI-2-0_gn_185001-185012-clim.nc , ndeposition.orca.nc ), \ 26 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Ndep_input4MIPs/weights_CMIP_NCAR-CCMI_eORCA1_bilinear.nc, weights_2d_bilin.nc ), \ 27 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/par_fraction_gewex_clim90s00s_366days_eORCA_R1.nc , par_fraction_gewex_clim90s00s_eORCA_R1.nc ), \ 28 (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Solubility_T62_Mahowald_eORCA_R1.nc , . ) 29 30 27 31 [SmoothFiles] 28 32 List= () 29 33 30 34 [ParametersFiles] 31 List= (${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE}_ref, namelist_top_ref), \ 32 (${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE}_cfg, namelist_top_cfg), \ 33 (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_ref, namelist_pisces_ref) ,\ 34 (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_cfg, namelist_pisces_cfg) 35 List= (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_top_ref , namelist_top_ref ), \ 36 (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref , namelist_pisces_ref ), \ 37 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-pisces.xml , field_def_nemo-pisces.xml ), \ 38 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-inerttrc.xml , field_def_nemo-inerttrc.xml), \ 39 (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/ping_ocnBgChem.xml , ping_ocnBgChem.xml ), \ 40 (${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE}piC_cfg , namelist_top_cfg ), \ 41 (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_cfg , namelist_pisces_cfg ), \ 42 (${SUBMIT_DIR}/PARAM/file_def_nemo-pisces.xml , file_def_nemo-pisces.xml ) 43 35 44 36 45 [RestartFiles] … … 38 47 39 48 [OutputText] 40 List= (namelist_top_ref, namelist_cfg, namelist_pisces_ref, namelist_pisces_cfg )49 List= (namelist_top_ref, namelist_cfg, namelist_pisces_ref, namelist_pisces_cfg, tracer.stat) 41 50 42 51 [OutputFiles] 43 List= (${config_UserChoices_JobName}_1m_ptrc_T.nc, ${R_OUT_MBG_O_M}/${PREFIX}_1M_ptrc_T.nc, Post_1M_ptrc_T), \ 44 (${config_UserChoices_JobName}_1m_diad_T.nc, ${R_OUT_MBG_O_M}/${PREFIX}_1M_diad_T.nc, Post_1M_diad_T), \ 45 (${config_UserChoices_JobName}_1m_dbio_T.nc, ${R_OUT_MBG_O_M}/${PREFIX}_1M_dbio_T.nc, NONE) 52 List= (${config_UserChoices_JobName}_1y_ptrc_T.nc , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_ptrc_T.nc , Post_1Y_ptrc_T ) , \ 53 (${config_UserChoices_JobName}_1y_diad_T.nc , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_diad_T.nc , Post_1Y_diad_T ) , \ 54 (${config_UserChoices_JobName}_1y_age.nc , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_age.nc , Post_1Y_age ) , \ 55 (${config_UserChoices_JobName}_1m_bioscalar.nc , ${R_OUT_MBG_O_M}/${PREFIX}_1M_bioscalar.nc , Post_1M_bioscalar) , \ 56 (${config_UserChoices_JobName}_1m_ptrc_T.nc , ${R_OUT_MBG_O_M}/${PREFIX}_1M_ptrc_T.nc , Post_1M_ptrc_T ) , \ 57 (${config_UserChoices_JobName}_1m_diad_T.nc , ${R_OUT_MBG_O_M}/${PREFIX}_1M_diad_T.nc , Post_1M_diad_T ) , \ 58 (${config_UserChoices_JobName}_1d_bioscalar.nc , ${R_OUT_MBG_O_D}/${PREFIX}_1D_bioscalar.nc , NONE) 59 60 61 62 [Post_1D_bioscalar] 63 Patches = () 64 GatherWithInternal = (time_counter, time_instant, time_instant_bounds) 65 TimeSeriesVars2D = (pno3tot, ppo4tot, psiltot, palktot, pfertot, tcflx, tcflxcum, tcexp, tintpp, tnfix, tdenit) 66 ChunckJob2D = NONE 67 TimeSeriesVars3D = () 68 ChunckJob3D = NONE 69 Seasonal=OFF 70 71 [Post_1M_bioscalar] 72 Patches = () 73 GatherWithInternal = (time_counter, time_instant, time_instant_bounds) 74 TimeSeriesVars2D = (pno3tot, ppo4tot, psiltot, palktot, pfertot, tcflx, tcflxcum, tcexp, tintpp, tnfix, tdenit) 75 ChunckJob2D = NONE 76 TimeSeriesVars3D = () 77 ChunckJob3D = NONE 78 Seasonal=OFF 46 79 47 80 [Post_1M_ptrc_T] 48 81 Patches = () 49 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_c ounter_bounds)82 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 50 83 TimeSeriesVars2D = () 51 ChunckJob2D = OFF52 TimeSeriesVars3D = (Alkalini, BFe, CaCO3, DCHL, DFe, DIC, DOC, DSi, Fer, GOC, GSi, NCHL, NFe, NH4, NO3, O2, PHY, PHY2, PO4, POC, SFe, Si, ZOO, ZOO2)84 ChunckJob2D = 50Y 85 TimeSeriesVars3D = (Alkalini, NCHL, DCHL, DIC, Fer, NO3, O2, PO4, Si) 53 86 ChunckJob3D = 50Y 54 87 Seasonal=ON … … 56 89 [Post_1M_diad_T] 57 90 Patches = () 58 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_c ounter_bounds)59 TimeSeriesVars2D = (Cflx, Dpco2, Dpo2, EPC100, EPCAL100, EPFE100, EPSI100, Heup, Irondep, Kg, Nfix, Oflx)60 ChunckJob2D = NONE61 TimeSeriesVars3D = ( PPPHY, PPPHY2, PPNEWN, PPNEWD, PAR, PH)91 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 92 TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP) 93 ChunckJob2D = 50Y 94 TimeSeriesVars3D = (TPP) 62 95 ChunckJob3D = 50Y 63 96 Seasonal=ON 64 97 65 [Post_1 M_dbio_T]98 [Post_1Y_ptrc_T] 66 99 Patches = () 67 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_counter_bounds) 68 TimeSeriesVars2D = (INTDIC, INTNFIX, INTPBFE, INTPBSI, INTPCAL, INTPNEW, INTPP, INTPPPHY, INTPPPHY2, O2MIN, ZO2MIN ) 69 ChunckJob2D = NONE 70 TimeSeriesVars3D = (CHLT, EXPC, EXPCAL, EXPFE, EXPSI, PFET, PHYT, POCT, TPBFE, TPNEW, TPP, ZOOT) 100 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 101 TimeSeriesVars2D = () 102 ChunckJob2D = OFF 103 TimeSeriesVars3D = (Alkalini, NCHL, DCHL, DIC, Fer, NO3, O2, PO4, Si ) 104 ChunckJob3D = NONE 105 Seasonal=OFF 106 107 [Post_1Y_diad_T] 108 Patches = () 109 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 110 TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup, Nfix) 111 ChunckJob2D = 50Y 112 TimeSeriesVars3D = (PAR, TPP) 71 113 ChunckJob3D = 50Y 72 Seasonal=ON 114 Seasonal=OFF 115 116 [Post_1Y_age] 117 Patches = () 118 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_centered, time_centered_bounds) 119 TimeSeriesVars2D = () 120 ChunckJob2D = OFF 121 TimeSeriesVars3D = (Age) 122 ChunckJob3D = NONE 123 Seasonal=OFF 124 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/stomate.card
r2456 r3688 3 3 4 4 [UserChoices] 5 stomate_LEVEL=10 5 6 # Specify output level for output files 7 # Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here. 8 # output_level_filname=0 : lowest level writing only variables needed for the monitoring 9 # output_level_filname=1 : highest level which will output all variables 10 # output_level_filname=NONE : deactivate the file 11 output_level_stomate_history = 1 12 output_level_stomate_ipcc_history = 1 13 14 # Specify output frequency for each file [1y, 1mo, 1d] 15 # Settings using WriteFrequency in config.card are not longer used 16 output_freq_stomate_history = 1mo 17 output_freq_stomate_ipcc_history = 1mo 18 6 19 7 20 [InitialStateFiles] … … 9 22 10 23 [BoundaryFiles] 11 List= 12 ListNonDel= ( ${R_BC}/SRF/${config_UserChoices_TagName}/reftemp.nc, .)24 List= () 25 ListNonDel= () 13 26 14 27 [SmoothFiles] 15 List= 28 List= () 16 29 17 30 [ParametersFiles] … … 19 32 20 33 [RestartFiles] 21 # List restart that have to be saved/restored each loop (file out, saved, and in) : 22 List= (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc) 34 List= (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc) 23 35 24 36 [OutputText] … … 26 38 27 39 [OutputFiles] 28 List= (stomate_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history)\29 (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history)40 List= (stomate_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history), \ 41 (stomate_ipcc_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_ipcc_history.nc, Post_1M_stomate_ipcc_history) 30 42 31 43 [Post_1M_stomate_history] 32 Patches = ()33 GatherWithInternal = (lon, lat, PFT, time_counter, Areas, time_counter_bounds)34 TimeSeriesVars2D = (T2M_MONTH,CONTFRAC,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE)44 Patches = () 45 GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds) 46 TimeSeriesVars2D = (T2M_MONTH,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE) 35 47 ChunckJob2D = NONE 36 TimeSeriesVars3D = (LAI,VEGET_ MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,CO2_FIRE,TOTAL_TURN)48 TimeSeriesVars3D = (LAI,VEGET_COV_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,CO2_FIRE,TOTAL_TURN,WOOD_HARVEST_PFT) 37 49 ChunckJob3D = NONE 38 Seasonal =ON50 Seasonal = ON 39 51 40 52 [Post_1M_stomate_ipcc_history] 41 Patches = ()42 GatherWithInternal = (lon, lat, PFT, time_counter, Areas, CONTFRAC, time_counter_bounds)43 TimeSeriesVars2D =(cVeg, cLitter, cSoil, cProduct, lai, gpp, ra, npp, rh, fFire, fHarvest, fLuc, nbp, fVegLitter, fLitterSoil, cLeaf, cWood, cRoot, cMisc, cLitterAbove, cLitterBelow, cSoilFast, cSoilMedium, cSoilSlow, landCoverFrac, treeFracPrimDec, treeFracPrimEver, c3PftFrac, c4PftFrac, rGrowth, rMaint, nppLeaf, nppWood, nppRoot, nep)53 Patches = () 54 GatherWithInternal = (lon, lat, Areas, CONTFRAC, time_counter, time_centered, time_centered_bounds) 55 TimeSeriesVars2D = (cVeg, cLitter, cSoil, cProduct, lai, gpp, ra, npp, rh, fFire, fHarvest, fLuc, nbp, fVegLitter, fLitterSoil, cLeaf, cWood, cRoot, cMisc, cLitterAbove, cLitterBelow, cSoilFast, cSoilMedium, cSoilSlow, landCoverFrac, treeFracPrimDec, treeFracPrimEver, c3PftFrac, c4PftFrac, rGrowth, rMaint, nppLeaf, nppWood, nppRoot, nep, fWoodharvest) 44 56 ChunckJob2D = NONE 45 TimeSeriesVars3D =()57 TimeSeriesVars3D = () 46 58 ChunckJob3D = NONE 47 Seasonal =ON59 Seasonal = ON -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/COMP/xios.card
r2456 r3688 21 21 22 22 [OutputText] 23 List= ( )23 List= (out_xios.x.err.*, out_xios.x.out.*, debug_notroot.03, debug.root.03) 24 24 25 25 [OutputFiles] -
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCM/piControl/config.card
r2503 r3688 1 1 # 2 # This is config.card file for IPSLCM 5Aconfiguration2 # This is config.card file for IPSLCM6 configuration 3 3 # 4 4 #======================================================================== … … 9 9 [UserChoices] 10 10 #=========================== 11 JobName= CPL0111 JobName= CPL01 12 12 #----- Short Name of Experiment 13 13 ExperimentName=piControl 14 14 #----- DEVT TEST PROD 15 SpaceName= TEST16 LongName="IPSLCM6 _rc0"15 SpaceName=DEVT 16 LongName="IPSLCM6.0.15" 17 17 TagName=IPSLCM6 18 #D- Choice of experiment in EXPERI EMENTS directory18 #D- Choice of experiment in EXPERIMENTS directory 19 19 ExpType=IPSLCM/piControl 20 20 #============================ 21 21 #-- leap, noleap, 360d 22 CalendarType= noleap22 CalendarType=leap 23 23 #-- Experiment dates : Beginning and ending 24 24 #-- "YYYY-MM-DD" 25 25 DateBegin=1850-01-01 26 DateEnd=1859-12-31 26 DateEnd=1850-12-31 27 #============================ 28 ORCA_version=eORCA1.2 27 29 #============================ 28 30 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 29 31 PeriodLength=1Y 30 #============================ 31 #-- Total Number of Processors (minimum is 2 for a coupled configuration) 32 #JobNumProcTot=4 33 JobNumProcTot=32 34 #============================ 35 # config.card configuration options : 36 #R_INIT=/u/rech/psl/rpsl035/IGCM/INIT 37 #R_INIT=/ccc/work/cont003/dsm/p86ipsl/IGCM/INIT 38 #R_BC=/u/rech/psl/rpsl035/IGCM/BC 39 #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC 40 #============================ 41 32 33 #D- For curie, use ccc_mprun as suggested by TGCC 34 #ExecutionModeOnCurie=ccc_mprun 42 35 #======================================================================== 43 36 #D-- Restarts - … … 49 42 OverRule=y 50 43 #D- Last day of the experience used as restart for all components 51 RestartDate=2 499-12-3144 RestartDate=2569-12-31 52 45 #D- Define restart simulation name for all components 53 RestartJobName= piControl254 #D- Path Server Group Login 55 RestartPath=${R_IN}/RESTART/IPSLCM 5A/PROD/piControl46 RestartJobName=CM6014-pi-ttop-ssh-03 47 #D- Path Server Group Login 48 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 56 49 57 50 #======================================================================== 58 51 #D-- ATM - 59 52 [ATM] 60 #61 53 WriteFrequency="1M 1D" 62 54 # If config_Restarts_OverRule == 'n' next 4 params are read 63 55 Restart= n 64 56 # Last day of the experience used as restart for this component if Restart=y 65 RestartDate=1899-12-31 66 # Define restart simulation name for this component 67 RestartJobName=EXP00 68 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 69 # Old component name for restart (if empty, use new name) 70 OldName= 57 RestartDate=2319-12-31 58 #D- Define restart simulation name for this component 59 RestartJobName=CM607-LR-pdCtrl-01 60 #D- Path Server Group Login 61 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 71 62 72 63 #======================================================================== 73 64 #D-- OCE - 74 65 [OCE] 75 WriteFrequency="1M 1D" 76 # If config_Restarts_OverRule == 'n' next 4 params are read 77 Restart= n 78 ##-- Last day of the experience used as restart for this component if Restart=y 79 RestartDate=1899-12-31 80 # Define restart simulation name for this component 81 RestartJobName=EXP00 82 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 83 # Old component name for restart (if empty, use new name) 84 OldName= 66 WriteFrequency="5D 1M" 67 # If config_Restarts_OverRule == 'n' next 4 params are read 68 Restart= y 69 #-- Last day of the experience used as restart for this component if Restart=y 70 RestartDate=2699-12-31 71 #D- Define restart simulation name for this component 72 RestartJobName=CM6012.1-pi-split-D-02 73 #D- Path Server Group Login 74 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 85 75 86 76 #======================================================================== 87 77 #D-- ICE - 88 78 [ICE] 89 WriteFrequency="1M 1D"90 # If config_Restarts_OverRule == 'n' next 4 params are read 91 Restart= n79 WriteFrequency="1M" 80 # If config_Restarts_OverRule == 'n' next 4 params are read 81 Restart= y 92 82 ##-- Last day of the experience used as restart for this component if Restart=y 93 RestartDate=1899-12-31 94 # Define restart simulation name for this component 95 RestartJobName=EXP00 96 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 97 # Old component name for restart (if empty, use new name) 98 OldName= 83 RestartDate=2699-12-31 84 #D- Define restart simulation name for this component 85 RestartJobName=CM6012.1-pi-split-D-02 86 #D- Path Server Group Login 87 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 99 88 100 89 #======================================================================== 101 90 #D-- MBG - 102 91 [MBG] 103 WriteFrequency="1M" 104 # If config_Restarts_OverRule == 'n' next 4 params are read 92 WriteFrequency="1M 1Y" 105 93 Restart= n 106 94 ##-- Last day of the experience used as restart for this component if Restart=y 107 RestartDate=1990-12-31 108 # Define restart simulation name 109 RestartJobName=EXP00 110 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 111 # Old component name for restart (if empty, use new name) 112 OldName= 95 RestartDate=2079-12-31 96 #D- Define restart simulation name for this component 97 RestartJobName=CM6011.0-pdCtrl-blcv-02 98 #D- Path Server Group Login 99 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 113 100 114 101 #======================================================================== … … 117 104 WriteFrequency="1M" 118 105 # If config_Restarts_OverRule == 'n' next 4 params are read 119 Restart=n 120 ##-- Last day of the experience used as restart for this component if Restart=y 121 RestartDate=1899-12-31 122 # Define restart simulation name for this component 123 RestartJobName=EXP00 124 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 125 #-- Old component name for restart (if empty, use new name) 126 OldName= 106 Restart= n 107 # Last day of the experience used as restart for this component if Restart=y 108 RestartDate=2319-12-31 109 #D- Define restart simulation name for this component 110 RestartJobName=CM607-LR-pdCtrl-01 111 #D- Path Server Group Login 112 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 127 113 128 114 #======================================================================== … … 131 117 WriteFrequency="1M" 132 118 # If config_Restarts_OverRule == 'n' next 4 params are read 133 Restart=n 134 #-- Last day of the experience used as restart for this component if Restart=y 135 RestartDate=1899-12-31 136 # Define restart simulation name for this component 137 RestartJobName=EXP00 138 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 139 #-- Old component name for restart (if empty, use new name) 140 OldName= 119 Restart= n 120 # Last day of the experience used as restart for this component if Restart=y 121 RestartDate=2319-12-31 122 #D- Define restart simulation name for this component 123 RestartJobName=CM607-LR-pdCtrl-01 124 #D- Path Server Group Login 125 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 141 126 142 127 #======================================================================== 143 128 #D-- CPL - 144 129 [CPL] 145 WriteFrequency="1M 1D" 146 # If config_Restarts_OverRule == 'n' next 4 params are read 147 Restart= n 148 ##-- Last day of the experience used as restart for this component if Restart=y 149 RestartDate=1899-12-31 150 # Define restart simulation name for this component 151 RestartJobName=EXP00 152 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl 153 # Old component name for restart (if empty, use new name) 154 OldName= 130 WriteFrequency="1M" 131 # If config_Restarts_OverRule == 'n' next 4 params are read 132 Restart= n 133 # Last day of the experience used as restart for this component if Restart=y 134 RestartDate=2319-12-31 135 #D- Define restart simulation name for this component 136 RestartJobName=CM607-LR-pdCtrl-01 137 #D- Path Server Group Login 138 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 155 139 156 140 #======================================================================== … … 165 149 RestartJobName= 166 150 RestartPath= 167 # Old component name for restart (if empty, use new name)168 OldName=169 151 170 152 #======================================================================== … … 172 154 [ListOfComponents] 173 155 #D- For each component, Name of component, Tag of component 174 ATM= (lmdz, LMDZ 4-dev)175 SRF= (orchidee, ORCHIDEE_1_9_5)176 SBG= (stomate, ORCHIDEE_1_9_5)177 OCE= (opa9, CMIP5_IPSL)178 ICE= (lim 2, CMIP5_IPSL)179 MBG= (pisces, CMIP5_IPSL)180 CPL= (oasis, OASIS3-MCT)181 IOS= (xios, XIOS)156 ATM= (lmdz, LMDZ-IPSLCM6.0.14-r3140) 157 SRF= (orchidee, trunk-r4856) 158 SBG= (stomate, trunk-r4856) 159 OCE= (opa9, nemo_v3_6_STABLE-r8788) 160 ICE= (lim3, nemo_v3_6_STABLE-r8788) 161 MBG= (pisces, nemo_v3_6_STABLE-r8788) 162 CPL= (oasis, oasis3-mct-r1818) 163 IOS= (xios, dev-cmip6-r1309) 182 164 183 165 #======================================================================== … … 185 167 [Executable] 186 168 #D- For each component, Real name of executable, Name of executable for oasis 187 ATM= (gcm.e, lmdz.x, 27MPI, 4OMP)169 ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 188 170 SRF= ("" ,"" ) 189 171 SBG= ("" ,"" ) 190 OCE= (opa, opa.xx, 19MPI)172 OCE= (opa, opa.xx, 360MPI) 191 173 ICE= ("" ,"" ) 192 174 MBG= ("" ,"" ) … … 197 179 #D-- Post - 198 180 [Post] 181 ParserXIOS=FALSE 199 182 #D- Do we rebuild parallel output, this flag determines 200 183 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 201 RebuildFrequency= 1Y184 RebuildFrequency=NONE 202 185 #D- Do we pack restart and debug txt files, this flag determines 203 186 #D- frequency of pack submission (use NONE for DRYRUN=3) 204 187 PackFrequency=10Y 188 #D- To have only the last period in RESTART/*.tar : save 90% of volume. 189 #D- TRUE to be effective (nothing by default) 190 LightRestartPack=TRUE 205 191 #D- If you want to produce time series, this flag determines 206 #D- frequency of post-processing submission (NONE if you don 't want)192 #D- frequency of post-processing submission (NONE if you dont want) 207 193 TimeSeriesFrequency=10Y 208 194 #D- If you want to produce seasonal average, this flag determines 209 #D- the period of this average (NONE if you don 't want)195 #D- the period of this average (NONE if you dont want) 210 196 SeasonalFrequency=10Y 197 #D- If you want to produce compute PCMDI metrics from seasonal average 198 #D- Set FALSE to deactivate the metrics computation. 199 MetricsPCMDI=FALSE 211 200 #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency 212 #D- Usefull if you do not want to consider the first X simulation 's years201 #D- Usefull if you do not want to consider the first X simulations years 213 202 SeasonalFrequencyOffset=0 214 203
Note: See TracChangeset
for help on using the changeset viewer.