Ignore:
Timestamp:
May 5, 2010, 3:23:18 PM (14 years ago)
Author:
musat
Message:

Output all tracers defined in .def in hist files with dynamic
declaration of LMDZ atmospheric tracers' output levels
Add 6 pseudo-water tracers with and without transport by boundary layer
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/phys_output_write.h

    r1366 r1376  
    15051505        ENDIF
    15061506
    1507 !       IF (o_trac%flag(iff)<=lev_files(iff)) THEN
    1508          if (nqtot.GE.3) THEN
    1509 !           DO iq=3,nqtot
    1510            DO iq=3,4
     1507        if (nqtot.GE.3) THEN
     1508         DO iq=3,nqtot
    15111509       IF (o_trac(iq-2)%flag(iff)<=lev_files(iff)) THEN
    15121510         CALL histwrite_phy(nid_files(iff),
    15131511     s                  o_trac(iq-2)%name,itau_w,qx(:,:,iq))
    15141512       ENDIF
    1515            ENDDO
    1516          endif
     1513         ENDDO
     1514        endif
    15171515
    15181516      if (ok_sync) then
Note: See TracChangeset for help on using the changeset viewer.