Changeset 3811 for LMDZ6/branches/Ocean_skin/libf/dyn3d_common
- Timestamp:
- Jan 28, 2021, 4:02:09 PM (4 years ago)
- Location:
- LMDZ6/branches/Ocean_skin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 3799-3806
- Property svn:mergeinfo changed
-
LMDZ6/branches/Ocean_skin/libf/dyn3d_common/grilles_gcm_netcdf_sub.F90
r2600 r3811 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) -
LMDZ6/branches/Ocean_skin/libf/dyn3d_common/infotrac.F90
-
Property
svn:keywords
set to
Id
r3798 r3811 32 32 INTEGER, ALLOCATABLE, DIMENSION(:,:), SAVE :: iqfils 33 33 INTEGER, ALLOCATABLE, DIMENSION(:), SAVE :: iqpere 34 REAL :: qperemin,masseqmin,ratiomin ! MVals et CRisi 35 PARAMETER (qperemin=1e-16,masseqmin=1e-16,ratiomin=1e-16) ! MVals 34 36 35 37 ! conv_flg(it)=0 : convection desactivated for tracer number it -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.