Changeset 2881
- Timestamp:
- Jan 26, 2023, 10:58:28 AM (22 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2844 r2881 3843 3843 Columns of each output are described at the top of each file. (Fourier coefficients are also given for harmonics fit) 3844 3844 Total CO2 inventory is also caluclated now by xvik. 3845 3846 == 26/01/2023 == SF+AB 3847 Fix a small error on co2ice in dynphy_lonlat/phymars/lect_start_archive.F (used by newstart) -
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/lect_start_archive.F
r2832 r2881 715 715 ELSE 716 716 ! no 'co2ice', look for co2_surf instead 717 ierr = NF_INQ_VARID (nid, "co2 ice", nvarid)717 ierr = NF_INQ_VARID (nid, "co2_surf", nvarid) 718 718 IF (ierr .NE. NF_NOERR) THEN 719 719 PRINT*, "lect_start_archive: <co2_surf> is missing"
Note: See TracChangeset
for help on using the changeset viewer.