Changeset 101 for trunk/libf/dyn3dpar


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/dyn3dpar
Files:
5 edited

Legend:

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

    r97 r101  
    3030#endif
    3131  IMPLICIT NONE
     32#include "iniprint.h"
    3233#ifndef CPP_EARTH
    3334  WRITE(lunout,*)'limit_netcdf: Earth-specific routine, needs Earth physics'
     
    3940#include "paramet.h"
    4041#include "indicesol.h"
    41 #include "iniprint.h"
    4242#include "temps.h"
    4343#include "logic.h"
  • trunk/libf/dyn3dpar/gcm.F

    r97 r101  
    188188!#ifdef CPP_EARTH
    189189#ifdef CPP_PHYS
    190         CALL Init_Phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys)
     190        CALL init_phys_lmdz(iim,jjp1,llm,mpi_size,distrib_phys)
    191191#endif
    192192!      endif ! of if (planet_type.eq."earth")
     
    210210#ifdef CPP_PHYS
    211211c$OMP PARALLEL
    212       call InitComgeomphy
     212      call initcomgeomphy
    213213c$OMP END PARALLEL
    214214#endif
     
    513513      else
    514514! A voir pour Titan et Venus
    515       write(lunout,*)'A VOIR POUR VENUS ET TITAN: separation en annees...'
     515      write(lunout,*)'A VOIR POUR VENUS/TITAN: separation en annees...'
    516516      endif ! planet_type
    517517
  • trunk/libf/dyn3dpar/leapfrog_p.F

    r97 r101  
    203203      LOGICAL :: ok_start_timer=.FALSE.
    204204      LOGICAL, SAVE :: firstcall=.TRUE.
     205
     206c dummy: sinon cette routine n'est jamais compilee...
     207      if(1.eq.0) then
     208        CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
     209      endif
    205210
    206211c$OMP MASTER
  • trunk/libf/dyn3dpar/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/dyn3dpar/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.