Changeset 2118 for trunk/LMDZ.MARS/util/localtime.F90
- Timestamp:
- Mar 27, 2019, 3:29:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/localtime.F90
r1073 r2118 719 719 ierr = NF_REDEF (nout) 720 720 721 721 #ifdef NC_DOUBLE 722 722 ierr = NF_DEF_VAR (nout,"controle",NF_DOUBLE,1,ctldimout,nvarid) 723 723 #else 724 724 ierr = NF_DEF_VAR (nout,"controle",NF_FLOAT,1,ctldimout,nvarid) 725 725 #endif 726 726 727 727 ierr = NF_PUT_ATT_TEXT (nout,nvarid,"title",18,"Control parameters") … … 730 730 ierr = NF_ENDDEF(nout) 731 731 732 732 #ifdef NC_DOUBLE 733 733 ierr = NF_PUT_VAR_DOUBLE (nout,nvarid,ctl) 734 734 #else 735 735 ierr = NF_PUT_VAR_REAL (nout,nvarid,ctl) 736 736 #endif 737 737 endif 738 738
Note: See TracChangeset
for help on using the changeset viewer.