Changeset 3720


Ignore:
Timestamp:
Apr 11, 2025, 5:26:37 PM (2 months ago)
Author:
emillour
Message:

Pluto PCM:
Some update/cleanup of the "reference" files in deftank/dynamico
and of reference constants at the interface.
EM

Location:
trunk
Files:
2 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90

    r3478 r3720  
    362362    ENDIF
    363363
    364     day_length=86400
     364    day_length=551854.0625 ! Pluto day length (s)
    365365    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
    367368    CALL getin('year_length',year_length)
    368369    ndays=nint(itaumax*(dt/day_length))! number of days to run
  • trunk/LMDZ.PLUTO/changelog.txt

    r3718 r3720  
    18661866Follow-up of reindexing of columns for restartfi files: In 1D one should also
    18671867initialize the "ind_cell_glo" array.
     1868
     1869== 11/04/2025 == EM
     1870Some update/cleanup of the "reference" files in deftank/dynamico
     1871and of reference constants at the interface.
  • trunk/LMDZ.PLUTO/deftank/dynamico/iodef.xml

    r3544 r3720  
    2727  <!-- <context id="icosagcm"        src="./tracers_dynamico.xml" /> -->
    2828
    29   <!-- For running with LMDZ, following line is added by dynamicolmdz.driver while using libIGCM:   -->
     29  <!-- For running with physics:   -->
    3030  <context id="LMDZ" src="./context_pcm_physics.xml" />
    3131
     
    3333</simulation>
    3434
    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  
    3333# Reference pressure : real (default=1.1)
    3434preff = 1.1
     35
     36# Reference "pa" for hybrid vertical coordinate (Pa)
     37pa = 0.2
     38
     39# Atmospheric Scale height (m) # should match the one in z2sig.def !!
     40scale_height=18000.
  • trunk/LMDZ.PLUTO/deftank/dynamico/run_icosa.def

    r3545 r3720  
    22
    33# Number of subdivisions on a main triangle : integer (default=40)
    4 nbp = 40
     4nbp = 20
    55
    66# Number of vertical layers : integer (default=19)
     
    1616
    1717# 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
     19nsplit_i = 1
     20nsplit_j = 1
    2021
    2122#number of openmp task on vertical level
     
    3031# dt = 720
    3132# Alternative to specifying "dt", specify number of steps per day : day_step
    32 day_step = 8000
     33day_step = 2400
    3334
    3435# Number of tracers : integer (default=1)
     
    5859# Initial state :
    5960#   [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear] (default=jablonowsky06)
     61#etat0=isothermal
     62#etat0_isothermal_temp=80
    6063etat0 = start_file
    6164etat0_start_file_colocated=true
     65# start file name (default: start)
     66start_file_name = start_icosa
     67
     68# restart file name (default: restart)
     69restart_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
    6275
    6376# Physics package : [none|held_suarez|dcmip] (default=none)
     
    6578# physics = none
    6679physics = phys_external
     80
     81# Call physics every itau_physics dynamical steps
     82itau_physics=5
     83# try to be consistant with LMDZ
     84iphysiq=5
    6785
    6886startphy_file = true
     
    7391
    7492# Exponent of grad(div) disspation : integer (default=1)
    75 nitergdiv = 2
     93nitergdiv = 1
    7694
    7795# Dissipation time for curl(curl) : real (default=5000)
     
    86104# Exponent of div(grad) disspation : integer (default=1)
    87105niterdivgrad = 2
    88 
Note: See TracChangeset for help on using the changeset viewer.