Changeset 2604
- Timestamp:
- 07/06/15 17:17:15 (9 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZOR_v6
- Files:
-
- 3 deleted
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card
r2603 r2604 8 8 XIOS=n 9 9 10 # manage radiative aerosol effect and ozone10 # Manage radiative aerosol effect and ozone 11 11 flag_aerosol=6 12 12 ok_ade=y … … 36 36 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 37 37 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 38 (${SUBMIT_DIR}/PARAM/output.def_low , output.def), \39 38 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ 40 39 (${SUBMIT_DIR}/PARAM/run.def, .), \ … … 46 45 47 46 [OutputText] 48 List= (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)47 List= (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.def) 49 48 50 49 [OutputFiles] … … 54 53 ( startphy.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc, NONE), \ 55 54 ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc, NONE) 56 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/config.card
r1804 r2604 9 9 [UserChoices] 10 10 #============================ 11 #D-- (<8 chars MAX for JobName)12 11 JobName=ELI-${RESOL_ATM_3D} 13 12 LongName="create_etat0_limit for interannuel amip run" … … 37 36 #D-- Executable - 38 37 [Executable] 39 #D- For each component , Real name of executable, Name of executable for oasis38 #D- For each component: Real name of executable, Name of executable in the run directory 40 39 ATM= (create_etat0_limit.e, create_etat0_limit.e) 41 40 … … 65 64 RestartJobName= 66 65 RestartPath= 67 # Old component name for restart (if empty, use new name)68 OldName=69 70 66 71 67 #======================================================================== -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card
r2585 r2604 8 8 XIOS=n 9 9 10 # manage radiative aerosol effect and ozone10 # Manage radiative aerosol effect and ozone 11 11 flag_aerosol=6 12 12 ok_ade=y … … 37 37 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 38 38 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 39 (${SUBMIT_DIR}/PARAM/output.def_low , output.def), \40 39 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ 41 40 (${SUBMIT_DIR}/PARAM/run.def, .), \ … … 47 46 48 47 [OutputText] 49 List= (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)48 List= (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.def) 50 49 51 50 [OutputFiles] … … 55 54 ( startphy.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \ 56 55 ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc, NONE) 56 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/config.card
r1772 r2604 9 9 [UserChoices] 10 10 #============================ 11 #D-- (<8 chars MAX for JobName)12 11 JobName= ELC-${RESOL_ATM_3D} 13 12 LongName="create_etat0_limit for climatology run" … … 20 19 #D-- Begin and end of job 21 20 #D-- "YYYY-MM-DD" 21 #D-- The dates for this experiement has no significance. Do not change them. 22 22 DateBegin=1979-01-01 23 23 DateEnd=1979-12-30 … … 35 35 #D-- Executable - 36 36 [Executable] 37 #D- For each component , Real name of executable, Name of executable for oasis37 #D- For each component: Real name of executable, Name of executable in the run directory 38 38 ATM= (create_etat0_limit.e, create_etat0_limit.e) 39 39 … … 63 63 RestartJobName= 64 64 RestartPath= 65 # Old component name for restart (if empty, use new name)66 OldName=67 65 68 66 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card
r2602 r2604 7 7 # LMDZ_Physics=NPv3.2 for new physics, to be used with LMDZ5/trunk revision 1554 or later 8 8 LMDZ_Physics=AP 9 #LMDZ_Physics=NPv4.1210 9 11 10 # Use XIOS as output library … … 20 19 ConfType=annuel 21 20 22 # manage radiative aerosol effect and ozone21 # Manage radiative aerosol effect and ozone 23 22 flag_aerosol=6 24 23 ok_ade=y … … 41 40 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl/XXXXXX/ATM/Debug/pdControl_XXXXXXX_Bands_96x95x19_3prc.dat_3 42 41 43 # Set OutLevel to choose the level of output f iles from LMDZ. The file PARAM/output.def_$OutLevel will be used.42 # Set OutLevel to choose the level of output for LMDZ. 44 43 # OutLevel=low/medium/high 45 44 OutLevel=low 46 45 47 # Set COSP activation and Outputs frequency(monthly, daily, HF) = y/n46 # COSP activation and choose of output frequency for COSP (monthly, daily, HF) = y/n 48 47 LMDZ_COSP_OK=n 49 48 LMDZ_COSP_monthly=n … … 51 50 LMDZ_COSP_hf=n 52 51 53 # Set NMC Outputsfrequency (monthly, daily, HF) = y/n52 # Set NMC output frequency (monthly, daily, HF) = y/n 54 53 LMDZ_NMC_monthly=n 55 54 LMDZ_NMC_daily=n -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card
r2602 r2604 31 31 32 32 [RestartFiles] 33 # List restart that have to be saved/restored each loop (file out, saved, and in) :34 33 List= (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) 35 34 … … 59 58 ChunckJob3D = 10Y 60 59 Seasonal = OFF 60 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/stomate.card
r2602 r2604 18 18 19 19 [RestartFiles] 20 # List restart that have to be saved/restored each loop (file out, saved, and in) :21 20 List= (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc) 22 21 … … 45 44 ChunckJob3D = NONE 46 45 Seasonal=ON 46 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card
r2602 r2604 1 1 # $Id$ 2 # This is config.card file for restart with an NEW libIGCM simulation tree.3 #4 2 #======================================================================== 5 3 #D-- Compatibility - … … 9 7 [UserChoices] 10 8 #============================ 11 #-- (<8 chars MAX for JobName)12 9 JobName=LMDZOR01 13 10 #----- Short Name of Experiment … … 27 24 DateEnd=1980-12-31 28 25 #============================ 29 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation26 #-- 1Y, 1M, 5D, 1D Period Length for one execution 30 27 PeriodLength=1Y 31 28 #============================ … … 45 42 #D-- Executable - 46 43 [Executable] 47 #D- For each component , Real name of executable, Name of executable for oasis44 #D- For each component: Real name of executable, Name of executable in the run directory 48 45 ATM= (gcm.e, lmdz.x, 31MPI, 1OMP) 49 46 SRF= ("", "") … … 69 66 #D-- ATM - 70 67 [ATM] 71 #72 68 WriteFrequency="1M" 73 69 # If config_Restarts_OverRule == 'n' next 4 params are read … … 78 74 RestartJobName=LMDZOR01 79 75 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 80 # Old component name for restart (if empty, use new name)81 OldName=82 76 83 77 #======================================================================== … … 92 86 RestartJobName=EXP00 93 87 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 94 #-- Old component name for restart (if empty, use new name)95 OldName=96 88 97 89 #======================================================================== … … 106 98 RestartJobName=EXP00 107 99 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 108 #-- Old component name for restart (if empty, use new name)109 OldName=110 100 111 101 #======================================================================== … … 120 110 RestartJobName= 121 111 RestartPath= 122 # Old component name for restart (if empty, use new name)123 OldName=124 112 125 113 #======================================================================== 126 114 #D-- Post - 127 115 [Post] 128 #D- Do we rebuild parallel output, this flag determines 129 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 116 #D- RebuildFrequency determines the frequency of rebuild submission 130 117 RebuildFrequency=1Y 131 #D- Do we pack restart and debug txt files, this flag determines 132 #D- frequency of pack submission (use NONE for DRYRUN=3) 118 #D- PackFrequency determines the frequency of pack submission 133 119 PackFrequency=1Y 134 #D- If you want to produce time series, this flag determines135 #D- frequency of post-processing submission (NONE if you don't want)120 #D- TimeSeriesFreqency determines the frequency of post-processing submission 121 #D- Set NONE to deactivate the creation of all time series 136 122 TimeSeriesFrequency=10Y 137 #D- If you want to produce seasonal average, this flag determines138 #D- the period of this average (NONE if you don't want)123 #D- SeasonalFrequency determines the length for each seasonal average 124 #D- Set NONE to deactivate the creation of all seasonal avereage 139 125 SeasonalFrequency=10Y 140 126 #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/lmdz.card
r2601 r2604 7 7 # LMDZ_Physics=NPv3.2 for new physics, to be used with LMDZ5/trunk revision 1554 or later 8 8 LMDZ_Physics=AP 9 #LMDZ_Physics=NPv4.1210 9 11 10 # Use XIOS as output library … … 20 19 ConfType=actuel 21 20 22 # manage radiative aerosol effect and ozone21 # Manage radiative aerosol effect and ozone 23 22 flag_aerosol=6 24 23 ok_ade=y … … 41 40 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl/XXXXXX/ATM/Debug/pdControl_XXXXXXX_Bands_96x95x19_3prc.dat_3 42 41 43 # Set OutLevel to choose the level of output f iles from LMDZ. The file PARAM/output.def_$OutLevel will be used.42 # Set OutLevel to choose the level of output for LMDZ. 44 43 # OutLevel=low/medium/high 45 44 OutLevel=low 46 45 47 # Set COSP activation and Outputs frequency(monthly, daily, HF) = y/n46 # COSP activation and choose of output frequency for COSP (monthly, daily, HF) = y/n 48 47 LMDZ_COSP_OK=n 49 48 LMDZ_COSP_monthly=n … … 51 50 LMDZ_COSP_hf=n 52 51 53 # Set NMC Outputsfrequency (monthly, daily, HF) = y/n52 # Set NMC output frequency (monthly, daily, HF) = y/n 54 53 LMDZ_NMC_monthly=n 55 54 LMDZ_NMC_daily=n … … 66 65 [BoundaryFiles] 67 66 List=() 68 69 # With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM)70 # With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations)71 67 ListNonDel= (${ARCHIVE}/IGCM_OUT/LMDZ/${CREATE}/ATM/Output/Boundary/${CREATE}_clim_limit.nc, limit.nc),\ 72 68 (${ARCHIVE}/IGCM_OUT/LMDZ/${CREATE}/ATM/Output/Boundary/${CREATE}_climoz_LMDZ.nc, climoz_LMDZ.nc),\ -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/orchidee.card
r2602 r2604 13 13 14 14 [InitialStateFiles] 15 List= (${R_IN}/SRF/soils_param.nc, . ), \16 (${R_IN}/SRF/routing.nc, . ), \15 List= (${R_IN}/SRF/soils_param.nc, . ), \ 16 (${R_IN}/SRF/routing.nc, . ), \ 17 17 (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \ 18 18 (${R_IN}/SRF/cartepente2d_15min.nc, .) … … 32 32 33 33 [RestartFiles] 34 # List restart that have to be saved/restored each loop (file out, saved, and in) :35 34 List= (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) 36 35 … … 60 59 ChunckJob3D = 10Y 61 60 Seasonal = OFF 61 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/stomate.card
r2602 r2604 18 18 19 19 [RestartFiles] 20 # List restart that have to be saved/restored each loop (file out, saved, and in) :21 20 List= (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc) 22 21 … … 45 44 ChunckJob3D = NONE 46 45 Seasonal=ON 46 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/config.card
r2602 r2604 1 1 # $Id$ 2 # This is config.card file for restart with an NEW libIGCM simulation tree.3 #4 2 #======================================================================== 5 3 #D-- Compatibility - … … 9 7 [UserChoices] 10 8 #============================ 11 #-- (<8 chars MAX for JobName)12 9 JobName=LMDZOR01 13 10 #----- Short Name of Experiment … … 27 24 DateEnd=1980-12-30 28 25 #============================ 29 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation26 #-- 1Y, 1M, 5D, 1D Period Length for one execution 30 27 PeriodLength=1Y 31 28 #============================ … … 45 42 #D-- Executable - 46 43 [Executable] 47 #D- For each component , Real name of executable, Name of executable for oasis44 #D- For each component: Real name of executable, Name of executable in the run directory 48 45 ATM= (gcm.e, lmdz.x, 31MPI, 1OMP) 49 46 SRF= ("", "") … … 69 66 #D-- ATM - 70 67 [ATM] 71 #72 68 WriteFrequency="1M" 73 69 # If config_Restarts_OverRule == 'n' next 4 params are read … … 78 74 RestartJobName=LMDZOR01 79 75 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 80 # Old component name for restart (if empty, use new name)81 OldName=82 76 83 77 #======================================================================== … … 92 86 RestartJobName=EXP00 93 87 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 94 #-- Old component name for restart (if empty, use new name)95 OldName=96 88 97 89 #======================================================================== … … 106 98 RestartJobName=EXP00 107 99 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip 108 #-- Old component name for restart (if empty, use new name)109 OldName=110 100 111 101 #======================================================================== … … 120 110 RestartJobName= 121 111 RestartPath= 122 # Old component name for restart (if empty, use new name)123 OldName=124 112 125 113 #======================================================================== 126 114 #D-- Post - 127 115 [Post] 128 #D- Do we rebuild parallel output, this flag determines 129 #D- frequency of rebuild submission (use NONE for DRYRUN=3) 116 #D- RebuildFrequency determines the frequency of rebuild submission 130 117 RebuildFrequency=1Y 131 #D- Do we pack restart and debug txt files, this flag determines 132 #D- frequency of pack submission (use NONE for DRYRUN=3) 118 #D- PackFrequency determines the frequency of pack submission 133 119 PackFrequency=1Y 134 #D- If you want to produce time series, this flag determines135 #D- frequency of post-processing submission (NONE if you don't want)120 #D- TimeSeriesFreqency determines the frequency of post-processing submission 121 #D- Set NONE to deactivate the creation of all time series 136 122 TimeSeriesFrequency=10Y 137 #D- If you want to produce seasonal average, this flag determines138 #D- the period of this average (NONE if you don't want)123 #D- SeasonalFrequency determines the length for each seasonal average 124 #D- Set NONE to deactivate the creation of all seasonal avereage 139 125 SeasonalFrequency=10Y 140 126 #D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/run.def
r2598 r2604 4 4 INCLUDEDEF=gcm.def 5 5 INCLUDEDEF=orchidee.def 6 INCLUDEDEF=output.def7 6 INCLUDEDEF=config.def 8 7 INCLUDEDEF=reprobus.def
Note: See TracChangeset
for help on using the changeset viewer.