#545 closed Bug (fixed)
syntax error in obcini.F90
Reported by: | cdlod | Owned by: | nemo |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | OCE | Version: | v3.2 |
Severity: | Keywords: | OBC | |
Cc: |
Description
In http://forge.ipsl.jussieu.fr/nemo/browser/trunk/NEMO/OPA_SRC/OBC/obcini.F90
62 NAMELIST/namobc/ rn_dpein, rn_dpwin, rn_dpnin, rn_dpsin, &
63 & rn_dpeob, rn_dpwob, rn_dpnob, rn_dpsob, &
64 & rn_volemp, nn_obcdta, cn_obcdta, rn_volemp & <- MISSING COMMA
65 & ln_obc_clim, ln_vol_cst, ln_obc_fla
66 !!----------------------------------------------------------------------
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13071 | timgraham | 2020-06-09T11:05:21+02:00 | Branch to make iceshelf mass printing optional (see GMED ticket #545) |
1633 | rblod | 2009-09-22T17:46:58+02:00 | Fix syntax error in obcini, see ticket #545 |
Change History (2)
comment:1 Changed 15 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by timgraham
Note: See
TracTickets for help on using
tickets.
In 13071: