Changeset 3803 for LMDZ6/trunk/libf/dyn3d_common
- Timestamp:
- Jan 18, 2021, 8:02:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d_common/grilles_gcm_netcdf_sub.F90
r2600 r3803 78 78 ! CREATION OUTPUT 79 79 ! ouverture fichier netcdf de sortie out 80 status=NF_CREATE('grilles_gcm.nc', NF_CLOBBER,ncid_out)80 status=NF_CREATE('grilles_gcm.nc',IOR(NF_CLOBBER,NF_64BIT_OFFSET),ncid_out) 81 81 CALL handle_err(status) 82 82 status=NF_DEF_DIM(ncid_out,'lonu',iim+1,out_lonudim)
Note: See TracChangeset
for help on using the changeset viewer.