Opened 4 years ago
Last modified 3 years ago
#621 new defect
Ninput_year
Reported by: | alanso | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | Not scheduled yet |
Component: | Model architecture | Version: | trunc |
Keywords: | Cc: |
Description
Ninput_year can vary between the restart files when running with different periodlengths. This does not affect any of the other restart variables nor model results. However, we should decide a one point what should be done with this minor inconsistency.
Background:
Ninput_year is set to 0 after every time it has been read from the restart file. Ninput_year has to do with very specific issues occurring during site-level runs. Large scale simulations with annual deposition files should not affected because of the condition given when reading new maps andthe fact the Ninput_year is set to 1:
IF(ok_ncycle .AND. (.NOT. impose_CN)) THEN
IF ( (Ninput_update > 0) .AND. FirstTsYear? ) THEN
! Update of the vegetation cover with Land Use only if
! the current year match the requested condition (a multipl of "veget_update")
Ninput_year = Ninput_year + 1
IF ( MOD(Ninput_year - Ninput_year_orig, Ninput_update) == 0) THEN
...
Change History (1)
comment:1 Changed 3 years ago by luyssaert
- Milestone changed from ORCHIDEE 4.0 to Not scheduled yet
- Version set to trunc