Changeset 3937


Ignore:
Timestamp:
Oct 28, 2025, 3:43:59 PM (5 weeks ago)
Author:
emillour
Message:

Generic PCM:
Fix some initializations issues in start2archive: call conf_gcm() instead of
defrun_new() to ensure some defaults (like "timestart") are correctly set.
EM

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

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

    r3930 r3937  
    21132113Update of r3928: small modification to make slow_diagfi fully invisible in 3D
    21142114(where it is always disabled).
     2115
     2116== 28/10/2025 == EM
     2117Fix some initializations issues in start2archive: call conf_gcm() instead of
     2118defrun_new() to ensure some defaults (like "timestart") are correctly set.
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F

    r3893 r3937  
    151151      call parse_args()
    152152
    153       CALL defrun_new(99, .TRUE. )
    154 
    155       planet_type="generic"
     153      call conf_gcm(99,.true.)
    156154
    157155c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.