Changeset 101 for trunk/libf/dyn3d
- Timestamp:
- Mar 23, 2011, 4:23:31 PM (14 years ago)
- Location:
- trunk/libf/dyn3d
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/dyn3d/ce0l.F90
r97 r101 27 27 #endif 28 28 IMPLICIT NONE 29 #include "iniprint.h" 29 30 #ifndef CPP_EARTH 30 31 WRITE(lunout,*)'limit_netcdf: Earth-specific routine, needs Earth physics' … … 36 37 #include "paramet.h" 37 38 #include "indicesol.h" 38 #include "iniprint.h"39 39 #include "temps.h" 40 40 #include "logic.h" -
trunk/libf/dyn3d/gcm.F
r97 r101 22 22 ! dynamique -> physique pour l'initialisation 23 23 ! Ehouarn: for now these only apply to Earth: 24 #ifdef CPP_ EARTH24 #ifdef CPP_PHYS 25 25 USE dimphy 26 26 USE comgeomphy 27 #endif 28 #ifdef CPP_EARTH 27 29 USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb 28 30 #endif … … 180 182 !#ifdef CPP_EARTH 181 183 #ifdef CPP_PHYS 182 CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))183 call InitComgeomphy184 CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 185 call initcomgeomphy 184 186 #endif 185 187 ! endif … … 482 484 else 483 485 ! A voir pour Titan et Venus 484 write(lunout,*)'A VOIR POUR VENUS ETTITAN: separation en annees...'486 write(lunout,*)'A VOIR POUR VENUS/TITAN: separation en annees...' 485 487 endif ! planet_type 486 488 -
trunk/libf/dyn3d/leapfrog.F
r97 r101 196 196 real,external :: cpdet 197 197 real :: ztetaec(ip1jmp1,llm) 198 199 c 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 198 203 199 204 itaufin = nday*day_step -
trunk/libf/dyn3d/logic.h
r1 r101 10 10 & statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 11 11 & ,read_start,ok_guide,ok_strato,ok_gradsfile & 12 & ,ok_limit,ok_etat0 12 & ,ok_limit,ok_etat0,iflag_trac 13 13 14 14 LOGICAL purmats,forward,leapf,apphys,statcl,conser, & 15 15 & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 16 16 & ,read_start,ok_guide,ok_strato,ok_gradsfile & 17 & ,ok_limit,ok_etat0 17 & ,ok_limit,ok_etat0,iflag_trac 18 18 19 19 INTEGER iflag_phys -
trunk/libf/dyn3d/sortvarc.F
r97 r101 5 5 $(itau,ucov,teta,ps,masse,pk,phis,vorpot,phi,bern,dp,time , 6 6 $ vcov ) 7 8 use control_mod,only:resetvarc 7 9 IMPLICIT NONE 8 10
Note: See TracChangeset
for help on using the changeset viewer.