Opened 4 years ago
Closed 4 years ago
#2614 closed Bug (fixed)
"NOT USED" case not correctly handled by SAS
Reported by: | gsamson | Owned by: | gsamson |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SAS | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | smasson, clem |
Description
Context
trying to use SAS with SST forcing only
Analysis
surface fields are not initialised to default values when using "NOT USED" as forcing file name
Fix
add default init for all SAS forcing variables when the forcing file name is "NOT USED"
such as what is done in iceistate.F90 for example:
IF( TRIM(sf_ssm_2d(jf_ssh)%clrootname) == 'NOT USED' ) &
& sf_ssm_2d(jf_ssh)%fnow(:,:,1) = 0._wp
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
14510 | gsamson | 2021-02-19T17:01:29+01:00 | bugfix for 'NOT USED' case with SAS, does not change SAS sette test; ticket #2614 |
Change History (2)
comment:1 Changed 4 years ago by gsamson
comment:2 Changed 4 years ago by gsamson
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 14510: