Opened 18 months ago
Closed 6 months ago
#811 closed defect (fixed)
Problem at south pole when there is no ice
Reported by: | jgipsl | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | ORCHIDEE 4.1 |
Component: | Anthropogenic processes | Version: | |
Keywords: | Cc: |
Description
When ORCHIDEE includes the south pole in coupled mode, the routing scheme fails because resolution(ib,1)=0. This problem has been reported by the group working with paleo simulations, by Sebastien Nguyen and Pierre Sepulchre.
Following versions of the code have been used:
LMDZ: LMDZ5/branches/IPSLCM5A2.1 revision 3907
ORCHIDEE: ORCHIDEE-IPSLCM5A2.1 revision 6596
This problem is only seen when the ice sheet over Antartic has been modified so there is no ice on the south pole.
A patch avoiding resolution(ib,1)=0 in routing.f90 has been tested by Sebastien Nguyen and will be commited on ORCHIDEE branch used.
Change History (7)
comment:1 Changed 18 months ago by jgipsl
comment:2 Changed 15 months ago by jgipsl
Should this be done as well in ORCHIDEE_2_2 ? Maybe yes because it is in the routing scheme.
comment:3 Changed 15 months ago by jgipsl
- Milestone set to ORCHIDEE 4.1
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 7 months ago by jgipsl
- Resolution fixed deleted
- Status changed from closed to reopened
This problem appeared again with the trunk. In intersurf, the area is also calculated and needed to be corrected in the same way as done in above commit. This is done in the trunk here: [7785].
To consider if this needs to be done in the branch ORCHIDEE-IPSLCM5A2.1 as well.
comment:5 Changed 7 months ago by jgipsl
A faire : tester la variable cell_area fourni par l'interface de LMDZ
comment:6 Changed 6 months ago by jgipsl
Done in the trunk rev [7833]
comment:7 Changed 6 months ago by jgipsl
- Resolution set to fixed
- Status changed from reopened to closed
Commit done in the branch ORCHIDEE-IPSLCM5A2.1 revision [7376].
A solution needs for the trunk as well. Do we keep the same solution ? It could also be possible to make a change further up, in intersurf or in LMDZ maybe.