Ignore:
Timestamp:
Jul 31, 2017, 3:41:02 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Bypassing the call to phytrac when not needed.
Controlled by iflag_phytrac read in physiq.def and which is 0
by default (thus no call to phytrac by default)
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2966 r2973  
    19061906#endif
    19071907!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     1908       IF (iflag_phytrac == 1 ) then
    19081909       IF (nqtot.GE.nqo+1) THEN
    19091910          DO iq=nqo+1, nqtot
     
    19361937          ENDDO
    19371938       ENDIF
     1939       ENDIF   !(iflag_phytrac==1)
     1940
    19381941
    19391942       IF (.NOT.vars_defined) THEN
Note: See TracChangeset for help on using the changeset viewer.