Opened 3 years ago
Last modified 2 years ago
#521 accepted enhancement
Add coszang to LMDZ
Reported by: | luyssaert | Owned by: | jgipsl |
---|---|---|---|
Priority: | minor | Milestone: | Not scheduled yet |
Component: | Physical processes | Version: | trunc |
Keywords: | Cc: |
Description
interurf.f90. In intersurf_initialize_gather, coszang was added to the interface (this was not the case in CAN where it was a local variable). In the merged version, JG added it to the argument list as an optional variable. If not there, the model will use 0 as its value. Nevertheless, coszang needs to be added in LMDzOR if the merged ORCHIDEE is used in the coupling.
Change History (3)
comment:1 Changed 3 years ago by jgipsl
- Owner changed from somebody to jgipsl
- Status changed from new to accepted
comment:2 Changed 3 years ago by jgipsl
- Milestone changed from IPSLCM6.v2 to ORCHIDEE 4.0
It is not critical to CN-CAN because coszang is only needed in the initialization phase the first time when starting without restart files (used by albedo_main called in albedo_initialize if no restart file was found).
coszang can still be added in the interface in LMDZ next time the interface needs to be updated for other issues. But the interface should not be change only for this issue.
comment:3 Changed 2 years ago by luyssaert
- Milestone changed from ORCHIDEE 4.0 to Not scheduled yet
- Version set to trunc
coszang has been added as optional intent(in) argument to intersurf_initialize_gathered in the ORCHIDEE/trunk without being used. This is done to anticipate the new interface in LMDZ. Done in the trunk [5924].
This variable needs to be added in LMDZ.