Ignore:
Timestamp:
Mar 20, 2024, 3:05:14 PM (11 months ago)
Author:
afalco
Message:

Pluto PCM:
Changed _vap to _gas;
Included surfprop.F90;
callcorrk includes methane
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/lect_start_archive.F

    r3198 r3275  
    776776      DO iq=1,nqtot
    777777          txt=trim(tname(iq))//"_surf"
    778           if (txt.eq."h2o_vap") then
    779             ! There is no surface tracer for h2o_vap;
     778          if (txt.eq."h2o_gas") then
     779            ! There is no surface tracer for h2o_gas;
    780780            ! "h2o_ice" should be loaded instead
    781781            txt="h2o_ice_surf"
    782782            write(*,*) 'lect_start_archive: loading surface tracer',
    783      &                     ' h2o_ice instead of h2o_vap'
     783     &                     ' h2o_ice instead of h2o_gas'
    784784          endif
    785785
Note: See TracChangeset for help on using the changeset viewer.