#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
10807 | smasson | 2019-03-27T21:30:03+01:00 | v4: fix typo and missing declaration namelist_ref, see #2264 |
Change History (4)
comment:1 Changed 4 years ago by smasson
comment:2 Changed 4 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 4 years ago by smasson
In 10807:
comment:4 Changed 16 months ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
fixed in [10807]