Changeset 1621 for trunk/LMDZ.GENERIC/libf/phystd/phyredem.F90
- Timestamp:
- Oct 25, 2016, 9:23:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/phyredem.F90
r1543 r1621 141 141 use iostart, only : open_restartphy, close_restartphy, & 142 142 put_var, put_field 143 use infotrac, only: tname143 use tracer_h, only: noms 144 144 use slab_ice_h, only: noceanmx 145 145 use callkeys_mod, only: ok_slab_ocean … … 207 207 if (nq>0) then 208 208 do iq=1,nq 209 call put_field( tname(iq),"tracer on surface",qsurf(:,iq))209 call put_field(noms(iq),"tracer on surface",qsurf(:,iq)) 210 210 enddo 211 211 endif ! of if (nq>0)
Note: See TracChangeset
for help on using the changeset viewer.