Changeset 1492 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Mar 8, 2011, 9:10:25 AM (14 years ago)
- Location:
- LMDZ5/trunk
- Files:
-
- 4 deleted
- 6 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk
- Property svn:mergeinfo changed
/LMDZ5/branches/LMDZ5V2.0-dev (added) merged: 1456-1457,1460-1463,1466-1467,1470,1472-1475,1478,1480,1482,1484-1491
- Property svn:mergeinfo changed
-
LMDZ5/trunk/libf/dyn3d/ce0l.F90
r1425 r1492 91 91 END IF 92 92 93 IF (grilles_gcm_netcdf) THEN 94 WRITE(lunout,'(//)') 95 WRITE(lunout,*) ' *************************** ' 96 WRITE(lunout,*) ' *** grilles_gcm_netcdf *** ' 97 WRITE(lunout,*) ' *************************** ' 98 WRITE(lunout,'(//)') 99 CALL grilles_gcm_netcdf_sub() 100 END IF 93 101 #endif 94 102 ! of #ifndef CPP_EARTH #else -
LMDZ5/trunk/libf/dyn3d/comdissipn.h
r524 r1492 2 2 ! $Header$ 3 3 ! 4 c----------------------------------------------------------------------- 5 c INCLUDE comdissipn.h 4 ! Attention : ce fichier include est compatible format fixe/format libre 5 ! veillez à n'utiliser que des ! pour les commentaires 6 ! et à bien positionner les & des lignes de continuation 7 ! (les placer en colonne 6 et en colonne 73) 8 !----------------------------------------------------------------------- 9 ! INCLUDE comdissipn.h 6 10 7 11 REAL tetaudiv, tetaurot, tetah, cdivu, crot, cdivh 8 c 9 COMMON/comdissipn/ tetaudiv(llm),tetaurot(llm),tetah(llm) , 10 1cdivu, crot, cdivh12 ! 13 COMMON/comdissipn/ tetaudiv(llm),tetaurot(llm),tetah(llm) , & 14 & cdivu, crot, cdivh 11 15 12 c 13 cLes parametres de ce common proviennent des calculs effectues dans14 cInidissip .15 c 16 c-----------------------------------------------------------------------16 ! 17 ! Les parametres de ce common proviennent des calculs effectues dans 18 ! Inidissip . 19 ! 20 !----------------------------------------------------------------------- -
LMDZ5/trunk/libf/dyn3d/conf_gcm.F
r1418 r1492 841 841 ok_etat0 = .TRUE. 842 842 CALL getin('ok_etat0',ok_etat0) 843 844 !Config Key = grilles_gcm_netcdf 845 !Config Desc = creation de fichier grilles_gcm.nc dans create_etat0_limit 846 !Config Def = n 847 grilles_gcm_netcdf = .FALSE. 848 CALL getin('grilles_gcm_netcdf',grilles_gcm_netcdf) 843 849 844 850 write(lunout,*)' #########################################' … … 887 893 write(lunout,*)' ok_limit = ', ok_limit 888 894 write(lunout,*)' ok_etat0 = ', ok_etat0 895 write(lunout,*)' grilles_gcm_netcdf = ', grilles_gcm_netcdf 889 896 c 890 897 RETURN -
LMDZ5/trunk/libf/dyn3d/etat0_netcdf.F90
r1425 r1492 98 98 REAL :: dummy 99 99 LOGICAL :: ok_newmicro, ok_journe, ok_mensuel, ok_instan, ok_hf 100 LOGICAL :: ok_LES, ok_ade, ok_aie, aerosol_couple, new_aod 100 LOGICAL :: ok_LES, ok_ade, ok_aie, aerosol_couple, new_aod, callstats 101 101 INTEGER :: iflag_radia, flag_aerosol 102 102 REAL :: bl95_b0, bl95_b1, fact_cldcon, facttemps, ratqsbas, ratqshaut … … 130 130 !--- CONSTRUCT A GRID 131 131 CALL conf_phys( ok_journe, ok_mensuel, ok_instan, ok_hf, ok_LES, & 132 callstats, & 132 133 solarlong0,seuil_inversion, & 133 134 fact_cldcon, facttemps,ok_newmicro,iflag_radia, & -
LMDZ5/trunk/libf/dyn3d/logic.h
r1319 r1492 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,grilles_gcm_netcdf 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,grilles_gcm_netcdf 18 18 19 19 INTEGER iflag_phys
Note: See TracChangeset
for help on using the changeset viewer.