- Timestamp:
- Jan 3, 2014, 4:02:13 PM (11 years ago)
- Location:
- trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/callphys.def
r1137 r1138 22 22 ## Directory where external input files are 23 23 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 #datadir = /san/home/spiga/DATAGENERIC25 #datadir = /san/home/spiga/COMMON/DATAGENERIC/26 24 #datadir = /home/spiga/datagcm 27 datadir = /d5/aslmd/datagcm/ 25 #datadir = /d5/aslmd/datagcm/ 26 datadir = /san/common/umr8539/DATAGENERIC/ 28 27 29 28 ## Radiative transfer options … … 42 41 corrkdir = CH4_C2H6_C2H2_T_70-400K 43 42 corrkdir = CH4_C2H6_C2H2_HITRAN2012 43 corrkdir = CH4_C2H6_C2H2_HITRAN2012_Karko 44 44 # call visible gaseous absorption in radiative transfer ? 45 45 callgasvis = .true. … … 106 106 # Remove lower boundary (e.g. for gas giant sims) 107 107 nosurf = .true. 108 # Saturn rings shadowing 109 rings_shadow = .false. #.true. lorsque solution diurnal=F OK 108 110 109 111 ######################################################################### -
trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/launch.gnome
r1066 r1138 6 6 ####################################################################### 8 / 16 / 20 / 32 / 64 7 7 # @ total_tasks = 64 8 # @ blocking = 8 8 9 ####################################################################### A / B / C / AP / BP / CP 9 10 # @ class = CP 10 11 ####################################################################### 24gb (cf. llps pendant fonctionnement) 12 ## @ as_limit = 6001mb,6000mb 13 ## @ resources = ConsumableCpus(1)ConsumableMemory(4500mb) 11 14 # @ as_limit = 4501mb,4500mb 12 15 #-@ resources = ConsumableCpus(1)ConsumableMemory(4500mb) … … 19 22 # @ output = $(job_name).$(jobid)/LOG 20 23 # @ error = $(output) 21 # @ blocking = unlimited24 ## @ blocking = unlimited 22 25 # @ notification = never 23 26 # @ queue -
trunk/LMDZ.UNIVERSAL/deftank/PROTO_saturn_tropostrato_256x192x64/run.def
r1066 r1138 97 97 ## activation du filtre fft 98 98 use_filtre_fft=n 99 #use_filtre_fft=y100 99 ## niveau d'impression de controle 101 100 prt_level=10 … … 127 126 ok_guide = y 128 127 facwind = 5.e7 129 #facwind = 1.e6 130 facwind = 2.e7 128 ##facwind = 1.e6 129 #facwind = 2.e7 130 131 facwind = 5.e8 131 132 132 133 ################################# … … 151 152 nday = 1800 152 153 nday = 250000 153 nday = 65000154 #nday = 65000 154 155 155 156 # nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min ) … … 190 191 191 192 # temps de dissipation des plus petites long.d ondes pour u,v (gradiv) 192 tetagdiv= 3600. 8000. 160000. 8000. 1000. 2500. 4000.193 tetagdiv=1800. 3600. 8000. 160000. 8000. 1000. 2500. 4000. 193 194 194 195 # temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot) 195 tetagrot= 5400. 8000. 160000. 8000. 1000. 2500. 4000.196 tetagrot=2700. 5400. 8000. 160000. 8000. 1000. 2500. 4000. 196 197 197 198 # temps de dissipation des plus petites long.d ondes pour h ( divgrad) 198 tetatemp= 5400. 8000. 160000. 8000. 1000. 2500. 4000.199 tetatemp=2700. 5400. 8000. 160000. 8000. 1000. 2500. 4000. 199 200 200 201 # coefficient pour gamdissip … … 218 219 ecritphy=500 219 220 ecritphy=7000 221 #ecritphy=70000 220 222 221 223 # longitude en degres du centre du zoom
Note: See TracChangeset
for help on using the changeset viewer.