Opened 8 years ago
Closed 8 years ago
#1843 closed Bug (fixed)
obs operator: non initialized varaible
Reported by: | cbricaud | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | trunk |
Severity: | Keywords: | ||
Cc: |
Description
Context
ORCA2_LIM3_OBS reference configuration
SETTE test with debug options
idayend used , but non defined
Analysis
in obs_surf_opt, we have "idayend = MOD( kt - kit000 + 1, kdaystp )" only if ldnightav is true
l1253
IF ( idayend == 0 .AND. ldnightav ) THEN
Fix
fist test ldnightav and after idayend == 0 :
IF ( ldnighldnightavtav ) THEN
IF ( idayend == 0 ) THEN
DEALLOCATE( &
& zsurfm &
& )
ENDIF
ENDIF
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
7644 | cbricaud | 2017-02-03T17:34:00+01:00 | fix ticket #1843 in dev_merge_2016 |
Change History (1)
comment:1 Changed 8 years ago by cbricaud
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed in dev_merge_2016 at rev 7644
http://forge.ipsl.jussieu.fr/nemo/changeset/7644