Changeset 3216 for trunk/LMDZ.MARS
- Timestamp:
- Feb 13, 2024, 5:47:16 PM (9 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3213 r3216 4490 4490 == 12/02/2024 == JBC 4491 4491 Correction of a bug in "writediagsoil.F90": the case of using the 1D model with parallelization was not anticipated so that the "diagsoil.nc" file was filled with meaningless data. 4492 4493 == 13/02/2024 == EM 4494 Fix start2archive; routine surfini is now in module surfini_mod. -
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/start2archive.F
r3139 r3216 37 37 & subslope_dist 38 38 USE comcstfi_h, only: pi 39 use surfini_mod, only: surfini 39 40 implicit none 40 41 … … 213 214 ENDIF 214 215 215 CALL surfini(ngridmx, qsurf)216 CALL surfini(ngridmx,nslope,qsurf) 216 217 217 218 ierr = NF_CLOSE(nid1)
Note: See TracChangeset
for help on using the changeset viewer.