Changeset 3275 for trunk/LMDZ.PLUTO/libf/dynphy_lonlat
- Timestamp:
- Mar 20, 2024, 3:05:14 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/lect_start_archive.F
r3198 r3275 776 776 DO iq=1,nqtot 777 777 txt=trim(tname(iq))//"_surf" 778 if (txt.eq."h2o_ vap") then779 ! There is no surface tracer for h2o_ vap;778 if (txt.eq."h2o_gas") then 779 ! There is no surface tracer for h2o_gas; 780 780 ! "h2o_ice" should be loaded instead 781 781 txt="h2o_ice_surf" 782 782 write(*,*) 'lect_start_archive: loading surface tracer', 783 & ' h2o_ice instead of h2o_ vap'783 & ' h2o_ice instead of h2o_gas' 784 784 endif 785 785
Note: See TracChangeset
for help on using the changeset viewer.