Changeset 3937
- Timestamp:
- Oct 28, 2025, 3:43:59 PM (5 weeks ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
libf/dynphy_lonlat/phystd/start2archive.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r3930 r3937 2113 2113 Update of r3928: small modification to make slow_diagfi fully invisible in 3D 2114 2114 (where it is always disabled). 2115 2116 == 28/10/2025 == EM 2117 Fix some initializations issues in start2archive: call conf_gcm() instead of 2118 defrun_new() to ensure some defaults (like "timestart") are correctly set. -
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F
r3893 r3937 151 151 call parse_args() 152 152 153 CALL defrun_new(99, .TRUE. ) 154 155 planet_type="generic" 153 call conf_gcm(99,.true.) 156 154 157 155 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.
