New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2264 (typo and missing definition in namelist_ref) – NEMO

Opened 5 years ago

Closed 5 years ago

Last modified 2 years ago

#2264 closed Bug (fixed)

typo and missing definition in namelist_ref

Reported by: smasson Owned by: systeam
Priority: low Milestone:
Component: OBS Version: v4.0
Severity: minor Keywords: v4.0
Cc:

Description

Context

There is minors bugs in namelist_ref :

  • in namwad : syntaxe error in the definition of ln_wd_il = .false (missing . after false)
  • in namobs : missing definition of ln_bound_reject that is listed as a namelist variable in dia_obs_init

Less important but can create problem with some compilers:

  • in namberg : rn_mass_scaling is defined with integer variables instead of real
  • in namberg : some compilers require a blank between .false. and ! (this is not the case for ln_passive_mode and ln_use_calving)

Note that we always read namobs and namberg namelist (at least to get to get ln_icebergs, ln_diaobs)

Commit History (1)

ChangesetAuthorTimeChangeLog
10807smasson2019-03-27T21:30:03+01:00

v4: fix typo and missing declaration namelist_ref, see #2264

Change History (4)

comment:1 Changed 5 years ago by smasson

fixed in [10807]

comment:2 Changed 5 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed

comment:3 Changed 5 years ago by smasson

In 10807:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:4 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.