Changeset 4027 for trunk/LMDZ.PLUTO/libf/phypluto/writediagspecIR.F
- Timestamp:
- Jan 20, 2026, 10:46:15 AM (2 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.PLUTO/libf/phypluto/writediagspecIR.F (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/writediagspecIR.F
r3749 r4027 180 180 call iniwrite_specIR(nid,day_ini,areafi_glo(1),1,1) 181 181 ENDIF 182 ! Close the NetCDF file 183 ierr= NF_CLOSE(nid) 182 184 endif ! of if (is_master) 183 185 184 186 zitau = -1 ! initialize zitau 185 else186 if (is_master) then187 ! Open the NetCDF file188 ierr = NF_OPEN(fichnom,NF_WRITE,nid)189 endif190 187 endif ! if (firstnom.eq.'1234567890') 191 188 … … 202 199 203 200 if ( MOD(zitau+1,isample) .eq.0.) then 201 202 if (is_master) then 203 ! Open the NetCDF file 204 ierr = NF_OPEN(fichnom,NF_WRITE,nid) 205 endif 204 206 205 207 ! Compute/write/extend 'Time' coordinate (date given in days) … … 334 336 endif ! of if (dimpx.eq.3) 335 337 338 ! Close the NetCDF file 339 if (is_master) then 340 ierr= NF_CLOSE(nid) 341 endif 342 336 343 endif ! of if ( MOD(zitau+1,isample) .eq.0.) 337 344 338 ! Close the NetCDF file339 if (is_master) then340 ierr= NF_CLOSE(nid)341 endif342 343 345 end
Note: See TracChangeset
for help on using the changeset viewer.
