Opened 14 years ago
Closed 13 years ago
#536 closed Enhancement (fixed)
Little incoherence in new variable names for nemo_v3_2_beta in comments of new namelist
Reported by: | flavoni | Owned by: | nemo |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | OCE | Version: | v3.3 |
Severity: | Keywords: | ||
Cc: |
Description
After change in namelist there are still some old names:
nn_date0 = 010101 ! initial calendar date yymmdd (used if nrstdt=1)
( and now nrstdt is nn_rstctl )
nn_rstctl = 0 ! restart control = 0 nit000 is not compared to the restart file value
( and now nit000 is nn_it000 )
nn_write = 5475 ! frequency of write in the output file (modulo referenced to nit000)
(and now nit000 is nn_it000)
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
2501 | gm | 2010-12-22T14:55:42+01:00 | v3.3beta: #536 correct some inconsistency in the namelist comments + add links |
Change History (2)
comment:1 Changed 14 years ago by anonymous
- Milestone 2009 Stream 1: User Interfaces deleted
comment:2 Changed 13 years ago by gm
- Resolution set to fixed
- Status changed from new to closed
- Version changed from v3.2 to v3.3
Ok all the namelists have been corrected in the v3.3b.
In addition the ORCA2_LIM_PISCES namlist and namelist_ice_lim2(3) is now a simply a link to ORCA2_LIM ones and idem for GYRE and GYRE_LOBSTER. This reduces the number of namelist to be updated
Done in v3.3b See changeset:2501
Milestone 2009 Stream 1: User Interfaces deleted