Changeset 1492 for LMDZ5/trunk/libf/dyn3d/conf_gcm.F
- Timestamp:
- Mar 8, 2011, 9:10:25 AM (14 years ago)
- Location:
- LMDZ5/trunk
- Files:
-
- 2 edited
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/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
Note: See TracChangeset
for help on using the changeset viewer.