#2384 closed Defect (wontfix)
ORCA2_OFF_PISCES sette test
Reported by: | andmirek | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | OFF | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Context
There is a problem with sette test for ORCA2_OFF_PISCES case.
Analysis
In src/OFF/nemogcm.F90 (nemo_init) there is a call to dia_ptr_init. This call is made before initializing XIOS, yet dia_ptr_init uses iom_use to check if variable is used by XIOS. In src/OCE/nemogcm.F90 this call is commented out.
Recommendation
Remove call to dia_ptr_init from src/OFF/nemogcm.F90.
Commit History (0)
(No commits)
Change History (5)
comment:1 Changed 3 years ago by acc
comment:2 Changed 3 years ago by andmirek
I found it after trying to read configuration file with XIOS. It was after I closed different XIOS context I was using when this call was made and caused a failure.
Should I fix it? If yes assign this ticket to me.
comment:3 Changed 3 years ago by andmirek
- Resolution set to wontfix
- Status changed from new to closed
ORCA2_OFF_PISCES not in sette any more.
comment:4 Changed 2 years ago by smasson
"ORCA2_OFF_PISCES not in sette any more" ???
Which version of SETTE are you using? ORCA2_OFF_PISCES was there since ever and is always there!
comment:5 Changed 2 years ago by smasson
"ORCA2_OFF_PISCES not in sette any more" ???
Which version of SETTE are you using? ORCA2_OFF_PISCES was there since ever and is always there!
I agree the call to dia_ptr_init is no longer needed in nemogcm.F90 but this doesn't seem to have caused any problems with the SETTE test? The namelists and diaptr.F90 still contain references to namptr which no longer exists. May as well tidy that up at the same time.