Changeset 3944


Ignore:
Timestamp:
Oct 30, 2025, 2:41:52 PM (4 months ago)
Author:
jmauxion
Message:

GENERIC PCM:
Update rcm1d.def files with the slow_diagfi flag.
JM

Location:
trunk/LMDZ.GENERIC
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r3942 r3944  
    21222122Now stellar spectra should be specified with stelspec_file and t_stellar options in callphys.def
    21232123Stellar spectra repository now updated in https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/stellar_spectra/
     2124
     2125== 30/10/2025 == JM
     2126Update rcm1d.def files with the slow_diagfi flag.
  • trunk/LMDZ.GENERIC/deftank/earth1d.rcm1d.def

    r3725 r3944  
    3737diagfi_output_rate=120
    3838
     39# If true, open/close netcdf file at output frequency instead of once
     40slow_diagfi=.false.
    3941
    4042## Vertical levels
  • trunk/LMDZ.GENERIC/deftank/jupiter1d.rcm1d.def

    r3220 r3944  
    3434# Number of sols to run
    3535ndt            = 250000
     36
     37# If true, open/close netcdf file at output frequency instead of once
     38slow_diagfi=.false.
    3639
    3740## Vertical levels
  • trunk/LMDZ.GENERIC/deftank/rcm1d.def.earlymars

    r2110 r3944  
    1414# Number of sols to run
    1515ndt = 4000
     16
     17# If true, open/close netcdf file at output frequency instead of once
     18slow_diagfi=.false.
    1619
    1720#### Physical parameters
  • trunk/LMDZ.GENERIC/deftank/rcm1d.def.earth

    r3725 r3944  
    1616# Number of steps between each writing in diagfi
    1717diagfi_output_rate=12
     18
     19# If true, open/close netcdf file at output frequency instead of once
     20slow_diagfi=.false.
    1821
    1922#### Physical parameters
  • trunk/LMDZ.GENERIC/deftank/saturn1d/rcm1d.def

    r3725 r3944  
    4343# Number of steps between each writing in diagfi
    4444diagfi_output_rate=5000
     45
     46# If true, open/close netcdf file at output frequency instead of once
     47slow_diagfi=.false.
    4548
    4649# OVERRIDE callphys.def settings
Note: See TracChangeset for help on using the changeset viewer.