Changeset 1488 for LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/conf_gcm.F
- Timestamp:
- Feb 17, 2011, 4:23:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.