Changes between Version 1 and Version 2 of Ticket #708
- Timestamp:
- 08/22/16 21:49:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #708
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary Unallocated variable idefQCK in mod_ncparam.F → Unallocated variable idefQCK in mod_ncparam.F and QUICKSAVE restart
-
Ticket #708 – Description
v1 v2 12 12 when input parameter '''NDEFQCK''' had a nonzero value during the creation of the '''QUICKSAVE''' output NetCDF file. 13 13 14 Also, fixed the inquiring of existing '''QUICKSAVE''' file during restart in '''def_quick.F'''. Need to add surface variables for momentum and tracers so they can be appended to an existing '''QUICKSAVE''' file. The surface tracer variables indices need to be stored in '''QCK(ng)%Vid(idsurT(itrc))''' instead of '''QCK(ng)%Tid(itrc)'''. 15 14 16 Many thanks to users at NOAA for bringing this to my attention.