Changeset 1488
- Timestamp:
- Feb 17, 2011, 4:23:03 PM (14 years ago)
- Location:
- LMDZ5/branches/LMDZ5V2.0-dev/libf
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3d/ce0l.F90
r1425 r1488 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/branches/LMDZ5V2.0-dev/libf/dyn3d/conf_gcm.F
r1418 r1488 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/branches/LMDZ5V2.0-dev/libf/dyn3d/logic.h
r1319 r1488 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 -
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/ce0l.F90
r1482 r1488 102 102 END IF 103 103 104 IF (grilles_gcm_netcdf) THEN 105 WRITE(lunout,'(//)') 106 WRITE(lunout,*) ' *************************** ' 107 WRITE(lunout,*) ' *** grilles_gcm_netcdf *** ' 108 WRITE(lunout,*) ' *************************** ' 109 WRITE(lunout,'(//)') 110 CALL grilles_gcm_netcdf_sub() 111 END IF 112 104 113 !$OMP MASTER 105 114 CALL finalize_parallel -
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/conf_gcm.F
r1454 r1488 888 888 ok_etat0 = .TRUE. 889 889 CALL getin('ok_etat0',ok_etat0) 890 891 !Config Key = grilles_gcm_netcdf 892 !Config Desc = creation de fichier grilles_gcm.nc dans create_etat0_limit 893 !Config Def = n 894 grilles_gcm_netcdf = .FALSE. 895 CALL getin('grilles_gcm_netcdf',grilles_gcm_netcdf) 890 896 891 897 write(lunout,*)' #########################################' … … 937 943 write(lunout,*)' ok_limit = ', ok_limit 938 944 write(lunout,*)' ok_etat0 = ', ok_etat0 945 write(lunout,*)' grilles_gcm_netcdf = ', grilles_gcm_netcdf 939 946 c 940 947 RETURN -
LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/logic.h
r1319 r1488 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.