Changeset 2881


Ignore:
Timestamp:
Jan 26, 2023, 10:58:28 AM (22 months ago)
Author:
abierjon
Message:

Mars GCM:
Fix a small error on co2ice in dynphy_lonlat/phymars/lect_start_archive.F (used by newstart)

SF+AB

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2844 r2881  
    38433843Columns of each output are described at the top of each file. (Fourier coefficients are also given for harmonics fit)
    38443844Total CO2 inventory is also caluclated now by xvik.
     3845
     3846== 26/01/2023 == SF+AB
     3847Fix 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  
    715715      ELSE
    716716        ! no 'co2ice', look for co2_surf instead
    717         ierr = NF_INQ_VARID (nid, "co2ice", nvarid)
     717        ierr = NF_INQ_VARID (nid, "co2_surf", nvarid)
    718718        IF (ierr .NE. NF_NOERR) THEN
    719719          PRINT*, "lect_start_archive: <co2_surf> is missing"
Note: See TracChangeset for help on using the changeset viewer.