Changeset 3978
- Timestamp:
- Dec 13, 2016, 2:14:02 AM (8 years ago)
- Location:
- dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/context_lmdz.xml
r3940 r3978 167 167 </domain_group> 168 168 169 <domain id=" regular" ni_glo="96" nj_glo="95" type="rectilinear" >169 <domain id="dom_regular" ni_glo="96" nj_glo="95" type="rectilinear" > 170 170 <generate_rectilinear_domain/> 171 171 <interpolate_domain order="1"/> … … 200 200 </domain> 201 201 202 <domain id="dom_out" domain_ref=" dom_glo"/>202 <domain id="dom_out" domain_ref="DOM_OUT"/> 203 203 204 204 </domain_definition> -
dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/iodef.xml
r3940 r3978 10 10 11 11 <variable_group id="parameters" > 12 <variable id="using_server" type="bool"> true</variable>12 <variable id="using_server" type="bool">USING_SERVER</variable> 13 13 <variable id="info_level" type="int">100</variable> 14 14 </variable_group> -
dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/run.def
r3940 r3978 6 6 INCLUDEDEF=orchidee.def 7 7 INCLUDEDEF=output.def 8 #INCLUDEDEF=gcm.def9 8 INCLUDEDEF=config.def 10 9 INCLUDEDEF=run_icosa.def 11 10 INCLUDEDEF=earth_const.def 11 INCLUDEDEF=start.def 12 12 13 13 ## Type de calendrier utilise … … 19 19 anneeref=1980 20 20 21 # # nb jour du run (LMDZ only)22 nday=1 21 # Deactivate annual cycle 22 solarlong0 = 1000. 23 23 24 24 ## Remise a zero de la date initiale … … 26 26 ## niveau d'impression de controle 27 27 prt_level=0 28 29 #physique : iflag_phy 1 : standard avec redemarage : 101 start aquaplanet30 #iflag_phys=131 iflag_phys=10132 33 ## avec ou sans fichiers de demarrage (start.nc, startphy.nc) ?34 ## (sans fichiers de demarrage, initialisation des champs par iniacademic35 ## dans la dynamique)36 read_start=n37 38 create_etat0_limit=no -
dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/run_icosa.def
r3973 r3978 1 INCLUDEDEF=earth_const.def2 mpi_threading_mode=funneled3 1 # ------------------------------- Mesh --------------------------------- 4 2 … … 10 8 11 9 # sub splitting of main rhombus : integer (default=1) 12 nsplit_i= 213 nsplit_j= 210 nsplit_i=4 11 nsplit_j=4 14 12 omp_level_size=1 15 13 … … 20 18 disvert=std 21 19 22 # ncar_dz : model layer thickness in meters: real (default=400)23 # used if disvert=ncar24 ncar_dz=1000.25 26 20 # optim_it : mesh optimisation : number of iteration : integer (default=0) 27 #optim_it=100028 21 optim_it=1000 29 22 30 23 # ---------------------------------- Time--------------------------------- 31 32 # scheme type : string ( default='runge_kutta') euler, leapfrog_matsuno, runge_kutta )33 scheme = RK2.534 35 # matsuno period : integer ( default=5)36 matsuno_period = 537 24 38 25 # timestep : real (default=480s) … … 44 31 itau_adv=2 45 32 46 # number of timestep (default 100)47 # itaumax = 1048 49 33 # run length : real (default=dt*itaumax) 50 run_length=864000 51 #run_length=31104000 52 #run_length=2592000 53 #run_length=172800 34 #run_length=864000 35 run_length=31104000 54 36 55 37 # output field period : integer (default none) 56 38 write_period=86400 57 # write_period=1440058 39 59 40 itau_check_conserv=100 41 60 42 # ---------------------------------- Misc -------------------------------- 61 43 … … 66 48 out_pression_level=85000 67 49 68 # etat0 : initial state : string (default=jablonowsky06) :69 # jablonowsky06, academic, ncar70 71 #etat0=academic72 etat0=held_suarez73 #etat0=database74 #etat0=start_file75 50 start_file_name=start 76 51 restart_file_name=restart 77 78 # ------------------------------ Dynamics --------------------------------79 80 # caldyn : computation type for gcm equation : string (default=gcm) : gcm, adv81 caldyn=gcm82 83 # caldyn_conserv : string (default=energy) : energy,enstrophy84 caldyn_conserv=energy85 86 # caldyn_exner : scheme for computing Exner function : string (default=direct) : direct,lmdz87 caldyn_exner=direct88 89 # caldyn_hydrostat : scheme for computing geopotential : string (default=direct) : direct,lmdz90 caldyn_hydrostat=direct91 92 # guided_type : string (default=none) : none, ncar93 guided_type=none94 52 95 53 # ---------------------------------- Dissipation --------------------------------- … … 113 71 niterdivgrad=2 114 72 115 # Rayleigh friction : string (default=none) : none, dcmip2_schaer_noshear, dcmip2_schaer_shear116 rayleigh_friction_type=none117 118 73 # -------------------------------- Physics ------------------------------------- 119 120 itau_physics=4121 74 122 75 # kind of physics : string : none, dcmip (default=none) 123 76 physics=phys_external 124 77 125 # testcase physics for dcmip : INTEGER : 1, 2 (default=1) 126 dcmip_physics=1 127 128 # -------------------- parameters for NCAR test cases ------------------------ 129 130 # NCAR advection test, initial tracer : string ( default='cos_bell') 131 # const, slotted_cyl, cos_bell, dbl_cos_bell_q1, dbl_cos_bell_q2, complement, hadley 132 ncar_adv_shape=cos_bell 133 134 # NCAR advection test, wind field : string (default='deform') : solid, deform, hadley 135 ncar_adv_wind=solid 136 137 # ncar_T0 : reference temperature for NCAR test cases : real (default=300) 138 # also used by disvert if disvert=ncar 139 ncar_T0=300 140 141 # ncar_p0 : reference pressure for NCAR test cases : real (default=1e5) 142 # also used by disvert if disvert=ncar 143 ncar_p0=1e5 144 145 # ncar_disvert_c : exponent for B(eta) : integer (default=1) 146 # used by disvert if disvert=ncar 147 148 ncar_disvert_c=1 149 150 # dcmip 4 testcase : integer (default=1) : 1, 2 151 dcmip4_testcase=1 152 #----------------------------------------------------------------------- 78 itau_physics=4
Note: See TracChangeset
for help on using the changeset viewer.