Changeset 3720
- Timestamp:
- Apr 11, 2025, 5:26:37 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90
r3478 r3720 362 362 ENDIF 363 363 364 day_length= 86400364 day_length=551854.0625 ! Pluto day length (s) 365 365 CALL getin('day_length',day_length) 366 year_length = 31557600 ! 365.25 * 86400 366 ! Pluto year length (s) 14178.3037109375 Pluto days 367 year_length = 7824354502.23969 367 368 CALL getin('year_length',year_length) 368 369 ndays=nint(itaumax*(dt/day_length))! number of days to run -
trunk/LMDZ.PLUTO/changelog.txt
r3718 r3720 1866 1866 Follow-up of reindexing of columns for restartfi files: In 1D one should also 1867 1867 initialize the "ind_cell_glo" array. 1868 1869 == 11/04/2025 == EM 1870 Some update/cleanup of the "reference" files in deftank/dynamico 1871 and of reference constants at the interface. -
trunk/LMDZ.PLUTO/deftank/dynamico/iodef.xml
r3544 r3720 27 27 <!-- <context id="icosagcm" src="./tracers_dynamico.xml" /> --> 28 28 29 <!-- For running with LMDZ, following line is added by dynamicolmdz.driver while using libIGCM: -->29 <!-- For running with physics: --> 30 30 <context id="LMDZ" src="./context_pcm_physics.xml" /> 31 31 … … 33 33 </simulation> 34 34 35 <!-- This file was generated by : python iodef.xml.py -->36 <!-- For help : python iodef.xml.py -h -->37 -
trunk/LMDZ.PLUTO/deftank/dynamico/pluto_const.def
r3614 r3720 33 33 # Reference pressure : real (default=1.1) 34 34 preff = 1.1 35 36 # Reference "pa" for hybrid vertical coordinate (Pa) 37 pa = 0.2 38 39 # Atmospheric Scale height (m) # should match the one in z2sig.def !! 40 scale_height=18000. -
trunk/LMDZ.PLUTO/deftank/dynamico/run_icosa.def
r3545 r3720 2 2 3 3 # Number of subdivisions on a main triangle : integer (default=40) 4 nbp = 404 nbp = 20 5 5 6 6 # Number of vertical layers : integer (default=19) … … 16 16 17 17 # Sub splitting of main rhombus : integer (default=1) 18 nsplit_i = 10 19 nsplit_j = 10 18 # NB: total number of computational subdomains is 10*nsplit_i*nsplit_j 19 nsplit_i = 1 20 nsplit_j = 1 20 21 21 22 #number of openmp task on vertical level … … 30 31 # dt = 720 31 32 # Alternative to specifying "dt", specify number of steps per day : day_step 32 day_step = 800033 day_step = 2400 33 34 34 35 # Number of tracers : integer (default=1) … … 58 59 # Initial state : 59 60 # [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06) 61 #etat0=isothermal 62 #etat0_isothermal_temp=80 60 63 etat0 = start_file 61 64 etat0_start_file_colocated=true 65 # start file name (default: start) 66 start_file_name = start_icosa 67 68 # restart file name (default: restart) 69 restart_file_name = restart_icosa 70 71 # optional perturbations to add to initial state: 72 #etat0_ps_white_noise=0.01 73 #etat0_theta_rhodz_white_noise=0.01 74 #etat0_u_white_noise=0.01 62 75 63 76 # Physics package : [none|held_suarez|dcmip] (default=none) … … 65 78 # physics = none 66 79 physics = phys_external 80 81 # Call physics every itau_physics dynamical steps 82 itau_physics=5 83 # try to be consistant with LMDZ 84 iphysiq=5 67 85 68 86 startphy_file = true … … 73 91 74 92 # Exponent of grad(div) disspation : integer (default=1) 75 nitergdiv = 293 nitergdiv = 1 76 94 77 95 # Dissipation time for curl(curl) : real (default=5000) … … 86 104 # Exponent of div(grad) disspation : integer (default=1) 87 105 niterdivgrad = 2 88
Note: See TracChangeset
for help on using the changeset viewer.