Changeset 101 for trunk/libf/dyn3dpar
- Timestamp:
- Mar 23, 2011, 4:23:31 PM (14 years ago)
- Location:
- trunk/libf/dyn3dpar
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/dyn3dpar/ce0l.F90
r97 r101 30 30 #endif 31 31 IMPLICIT NONE 32 #include "iniprint.h" 32 33 #ifndef CPP_EARTH 33 34 WRITE(lunout,*)'limit_netcdf: Earth-specific routine, needs Earth physics' … … 39 40 #include "paramet.h" 40 41 #include "indicesol.h" 41 #include "iniprint.h"42 42 #include "temps.h" 43 43 #include "logic.h" -
trunk/libf/dyn3dpar/gcm.F
r97 r101 188 188 !#ifdef CPP_EARTH 189 189 #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) 191 191 #endif 192 192 ! endif ! of if (planet_type.eq."earth") … … 210 210 #ifdef CPP_PHYS 211 211 c$OMP PARALLEL 212 call InitComgeomphy212 call initcomgeomphy 213 213 c$OMP END PARALLEL 214 214 #endif … … 513 513 else 514 514 ! A voir pour Titan et Venus 515 write(lunout,*)'A VOIR POUR VENUS ETTITAN: separation en annees...'515 write(lunout,*)'A VOIR POUR VENUS/TITAN: separation en annees...' 516 516 endif ! planet_type 517 517 -
trunk/libf/dyn3dpar/leapfrog_p.F
r97 r101 203 203 LOGICAL :: ok_start_timer=.FALSE. 204 204 LOGICAL, SAVE :: firstcall=.TRUE. 205 206 c 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 205 210 206 211 c$OMP MASTER -
trunk/libf/dyn3dpar/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/dyn3dpar/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.