Ignore:
Timestamp:
Jun 23, 2015, 10:34:03 AM (10 years ago)
Author:
emillour
Message:

Titan GCM:
Turned the common block "tgmdat.F" into a module "tgmdat_mod.F90".
This fixes issues in "debug" mode with common variables which seemed to not be correctly shared between routines.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/gfluxv.F

    r3 r1461  
    22     &          , F0PI,RSF,BTOP,BSURF,FP,FM,FMIDP,FMIDM,IPRINT)
    33c      PARAMETER (NL=101)
     4        USE TGMDAT_MOD, ONLY: UBARI,UBARV,UBAR0
    45        IMPLICIT NONE
    56      INTEGER IPRINT,I,J,K,IDELTA,NAYER,NL,NTODO
     
    1718C J.A.S., 37, 630-642, 1980.
    1819      REAL B81,B82,R81
    19       REAL AP,AM,F0PI,DENOM,UBARI,UBARV,UBAR0,CMMID,TAUMID,RSF,BTOP
     20      REAL AP,AM,F0PI,DENOM,CMMID,TAUMID,RSF,BTOP
    2021      REAL EM,EP,PI,WAVEN,CPMID,BSURF,G4
    21       COMMON /UBARED/ UBARI,UBARV,UBAR0
    2222C THIS NEXT ROW OF VARIABLES ARE THOSE ACTUALLY USED IN THE
    2323C ROUTINE
Note: See TracChangeset for help on using the changeset viewer.