Changeset 1984 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Feb 18, 2014, 10:59:29 AM (11 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/ce0l.F90
r1907 r1984 94 94 END IF 95 95 96 IF (grilles_gcm_netcdf) THEN97 98 99 100 101 102 103 END IF 96 97 WRITE(lunout,'(//)') 98 WRITE(lunout,*) ' *************************** ' 99 WRITE(lunout,*) ' *** grilles_gcm_netcdf *** ' 100 WRITE(lunout,*) ' *************************** ' 101 WRITE(lunout,'(//)') 102 CALL grilles_gcm_netcdf_sub(masque,phis) 103 104 104 #endif 105 105 ! of #ifndef CPP_EARTH #else -
LMDZ5/trunk/libf/dyn3d/conf_gcm.F
r1907 r1984 890 890 ok_etat0 = .TRUE. 891 891 CALL getin('ok_etat0',ok_etat0) 892 893 !Config Key = grilles_gcm_netcdf894 !Config Desc = creation de fichier grilles_gcm.nc dans create_etat0_limit895 !Config Def = n896 grilles_gcm_netcdf = .FALSE.897 CALL getin('grilles_gcm_netcdf',grilles_gcm_netcdf)898 892 899 893 write(lunout,*)' #########################################' … … 943 937 write(lunout,*)' ok_limit = ', ok_limit 944 938 write(lunout,*)' ok_etat0 = ', ok_etat0 945 write(lunout,*)' grilles_gcm_netcdf = ', grilles_gcm_netcdf946 939 c 947 940 RETURN -
LMDZ5/trunk/libf/dyn3d/logic.h
r1907 r1984 11 11 & statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 12 12 & ,read_start,ok_guide,ok_strato,ok_gradsfile & 13 & ,ok_limit,ok_etat0, grilles_gcm_netcdf,hybrid13 & ,ok_limit,ok_etat0,hybrid 14 14 15 15 COMMON/logici/ iflag_phys,iflag_trac … … 18 18 & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 19 19 & ,read_start,ok_guide,ok_strato,ok_gradsfile & 20 & ,ok_limit,ok_etat0,grilles_gcm_netcdf 20 & ,ok_limit,ok_etat0 21 21 22 logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise) 22 23 ! (only used if disvert_type==2)
Note: See TracChangeset
for help on using the changeset viewer.