Changeset 1984 for LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F
- Timestamp:
- Feb 18, 2014, 10:59:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F
r1907 r1984 942 942 ok_etat0 = .TRUE. 943 943 CALL getin('ok_etat0',ok_etat0) 944 945 !Config Key = grilles_gcm_netcdf946 !Config Desc = creation de fichier grilles_gcm.nc dans create_etat0_limit947 !Config Def = n948 grilles_gcm_netcdf = .FALSE.949 CALL getin('grilles_gcm_netcdf',grilles_gcm_netcdf)950 944 951 945 write(lunout,*)' #########################################' … … 997 991 write(lunout,*)' ok_limit = ', ok_limit 998 992 write(lunout,*)' ok_etat0 = ', ok_etat0 999 write(lunout,*)' grilles_gcm_netcdf = ', grilles_gcm_netcdf1000 993 c 1001 994 RETURN
Note: See TracChangeset
for help on using the changeset viewer.