Changeset 101 for trunk/libf/dyn3d


Ignore:
Timestamp:
Mar 23, 2011, 4:23:31 PM (14 years ago)
Author:
slebonnois
Message:

SL: modifications pour arriver a compiler le gcm VENUS !
Ca marche !
A noter: modifs de makelmdz

Location:
trunk/libf/dyn3d
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/libf/dyn3d/ce0l.F90

    r97 r101  
    2727#endif
    2828  IMPLICIT NONE
     29#include "iniprint.h"
    2930#ifndef CPP_EARTH
    3031  WRITE(lunout,*)'limit_netcdf: Earth-specific routine, needs Earth physics'
     
    3637#include "paramet.h"
    3738#include "indicesol.h"
    38 #include "iniprint.h"
    3939#include "temps.h"
    4040#include "logic.h"
  • trunk/libf/dyn3d/gcm.F

    r97 r101  
    2222! dynamique -> physique pour l'initialisation
    2323! Ehouarn: for now these only apply to Earth:
    24 #ifdef CPP_EARTH
     24#ifdef CPP_PHYS
    2525      USE dimphy
    2626      USE comgeomphy
     27#endif
     28#ifdef CPP_EARTH
    2729      USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb
    2830#endif
     
    180182!#ifdef CPP_EARTH
    181183#ifdef CPP_PHYS
    182       CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
    183       call InitComgeomphy
     184      CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
     185      call initcomgeomphy
    184186#endif
    185187!      endif
     
    482484      else
    483485! A voir pour Titan et Venus
    484       write(lunout,*)'A VOIR POUR VENUS ET TITAN: separation en annees...'
     486      write(lunout,*)'A VOIR POUR VENUS/TITAN: separation en annees...'
    485487      endif ! planet_type
    486488
  • trunk/libf/dyn3d/leapfrog.F

    r97 r101  
    196196      real,external :: cpdet
    197197      real :: ztetaec(ip1jmp1,llm)
     198
     199c dummy: sinon cette routine n'est jamais compilee...
     200      if(1.eq.0) then
     201        CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
     202      endif
    198203
    199204      itaufin   = nday*day_step
  • trunk/libf/dyn3d/logic.h

    r1 r101  
    1010     &  statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus       &
    1111     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
    12      &  ,ok_limit,ok_etat0
     12     &  ,ok_limit,ok_etat0,iflag_trac
    1313
    1414      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
    1515     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
    1616     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
    17      &  ,ok_limit,ok_etat0
     17     &  ,ok_limit,ok_etat0,iflag_trac
    1818
    1919      INTEGER iflag_phys
  • trunk/libf/dyn3d/sortvarc.F

    r97 r101  
    55     $(itau,ucov,teta,ps,masse,pk,phis,vorpot,phi,bern,dp,time ,
    66     $ vcov )
     7
     8      use control_mod,only:resetvarc
    79      IMPLICIT NONE
    810
Note: See TracChangeset for help on using the changeset viewer.