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/sfluxv.F

    r495 r1461  
    22
    33      use dimphy
     4      USE TGMDAT_MOD, ONLY: UBARI,UBARV,UBAR0
     5      USE TGMDAT_MOD, ONLY: F0PI
    46      IMPLICIT NONE
    57#include "dimensions.h"
     
    3840     &      FMNETV(ngrid,NLEVEL),
    3941     &      FMUPV(NLEVEL),FMDV(NLEVEL)
    40       REAL CSUBP,F0PI
    41       REAL UBARI,UBARV,UBAR0
    4242
    4343      COMMON /VISGAS/SOLARF,NTERM,PEXPON,
     
    6060     &               FDV,
    6161     &               FMNETV
    62 
    63       COMMON /PLANT/ CSUBP,F0PI
    64       COMMON /UBARED/ UBARI,UBARV,UBAR0
    6562
    6663
Note: See TracChangeset for help on using the changeset viewer.