- Timestamp:
- 01/07/16 16:13:28 (7 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZ/CREATE_clim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card
r2614 r2694 5 5 6 6 [UserChoices] 7 # Physics package to use 8 LMDZ_Physics=AP 9 7 10 # Do not use XIOS with ce0l program 8 11 XIOS=n 9 12 10 # manage radiative aerosol effect and ozone13 # Manage radiative aerosol effect and ozone 11 14 flag_aerosol=6 12 15 ok_ade=y … … 29 32 (${R_IN}/ATM/landiceref.nc, .) \ 30 33 (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \ 31 (${R_IN}/ATM/AMIP /sst_bc_clim.nc, amipbc_sst_1x1.nc), \32 (${R_IN}/ATM/AMIP /sic_bc_clim.nc, amipbc_sic_1x1.nc)34 (${R_IN}/ATM/AMIP_2014/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ 35 (${R_IN}/ATM/AMIP_2014/sic_bc_clim.nc, amipbc_sic_1x1.nc) 33 36 ### Please, add the o2a.nc file to fit with the coupled configuration associated 34 # (${R_INIT}/ATM/IPSLCM5A/ORCA2.3x${RESOL_ATM}/o2a.nc, o2a.nc) 37 ### Note that this file is different for different versions of the coupled model 38 # (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) 35 39 36 40 [ParametersFiles] 37 41 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 38 42 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 39 (${SUBMIT_DIR}/PARAM/output.def_low , output.def), \40 43 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ 41 44 (${SUBMIT_DIR}/PARAM/run.def, .), \ … … 43 46 (${SUBMIT_DIR}/PARAM/traceur.def, .) 44 47 45 46 48 [RestartFiles] 47 49 List= (NONE) 48 50 49 51 [OutputText] 50 List= (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)52 List= (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.def) 51 53 52 54 [OutputFiles] … … 56 58 ( startphy.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \ 57 59 ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc, NONE) 60 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZ/CREATE_clim/config.card
r1772 r2694 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 oasis38 ATM= (create_etat0_limit.e, create_etat0_limit.e )37 #D- For each component: Real name of executable, Name of executable in the run directory 38 ATM= (create_etat0_limit.e, create_etat0_limit.e, 1MPI) 39 39 40 40 #======================================================================== … … 63 63 RestartJobName= 64 64 RestartPath= 65 # Old component name for restart (if empty, use new name)66 OldName=67 65 68 66
Note: See TracChangeset
for help on using the changeset viewer.