Changes between Initial Version and Version 1 of Ticket #421


Ignore:
Timestamp:
05/26/10 18:21:03 (14 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #421

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #421 – Description

    initial v1  
    137137Aout(id3dPV) == T                          ! 3D potential vorticity
    138138}}}
     139
     140 * The private array '''Aout''' in several I/O and MPI communication routines routines was renamed to '''Awrk''' to avoid conflict with the '''Aout''' switches declared in '''mod_ncparam.F'''
    139141
    140142 * A new set of logical switches ('''T'''/'''F''') '''Dout''' was added to control the time-averaged diagnostic terms to write into output '''DIANAME''' NetCDF file. These switches are set in standard input script, '''ocean.in''':
     
    242244----
    243245
    244  * All the input '''ocean_*.in''', '''bio_Fennel.in''', '''ecosim.in''', '''nemuro.in''', '''npzd_Franks.in''', '''npzd_Powell.in''', '''npzd_iron.in''', and '''sediment_*.in''' scripts were '''CHANGED''' in '''ROMS/External''' and '''User/External'''. Therefore, you need to update your particular application script so you can write these fields in output NetCDF files, with this and future version of the code.  I know that this may be inconvenient for you, but you are getting a lot of control now. Recall that all the standard input scripts are backward compatible with previous versions of the model.  The routine '''inp_par.F''' will ignore all these new switches with old versions of the code.
     246 * All the input '''ocean_*.in''', '''bio_Fennel.in''', '''ecosim.in''', '''nemuro.in''', '''npzd_Franks.in''', '''npzd_Powell.in''', '''npzd_iron.in''', and '''sediment_*.in''' scripts were '''CHANGED''' in '''ROMS/External''' and '''User/External'''. Therefore, you need to update your particular application script so you can write these fields in output NetCDF files, with this and future version of the code when '''AVERAGES''', '''AVERAGES_DETIDE''', '''DIAGNOSTICS_TS''', or '''DIAGNOSTICS_UV''' options are activated.  I know that this may be inconvenient for you, but you are getting a lot of control now. Recall that all the standard input scripts are backward compatible with previous versions of the model.  The routine '''inp_par.F''' will ignore all these new switches with old versions of the code.
     247
     248 * The file '''varinfo.dat''' was also modified to include the metadata for '''temp_tide''', '''temp_detide''', '''salt_tide''', and '''salt_detide'''.
    245249
    246250 * If you added a biological model to ROMS, you need to upgrade your include file '''xxx_inp.h''' for '''inp_par.F'''.  Use, for example, the file '''nemuro_inp.h''' for guideline.