Ignore:
Timestamp:
Feb 10, 2012, 6:47:12 PM (13 years ago)
Author:
aslmd
Message:

LMDZ.MARS and MESOSCALE: various minor improvements of workflow. no particularly interesting stuff. the only thing to note is that makegcm is renamed makegcm_pgf to be clearer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/physiq.F

    r515 r523  
    10641064c   -------------------------------------------
    10651065
    1066       tituscap = .false.
     1066      tituscap = .true.
    10671067      IF (tituscap) THEN
    10681068         PRINT*,'TITUS CAP !!!'
     
    10811081     $              fluxsurf_sw)
    10821082
     1083         IF (tituscap) THEN
     1084           DO ig=1,ngrid
     1085             pdpsrf(ig) = 0.
     1086           ENDDO
     1087         ENDIF
    10831088
    10841089         DO l=1,nlayer
Note: See TracChangeset for help on using the changeset viewer.