... | ... | @@ -91,19 +91,20 @@ switch `ln_msa_ice_frac` in the namelist_medusa_cfg to `.true.` |
|
|
|
|
|
### Daily cycle or Daily averaged light
|
|
|
|
|
|
By Default, MEDUSA should be run with Daily averaged light.
|
|
|
All chl and Production paramaters are tuned for an averaged light.
|
|
|
You can double check it's done this way by making sure that `ln_msa_avgqsr` in nammsa_ctl is set to `.true.`
|
|
|
|
|
|
If you use the fully coupled chl-light scheme, make also sure that `ln_trcdc2dm` is set to `.true.` (dc2dm for "Daily Cycle to Daily Mean" \
|
|
|
`ln_trcdc2dm` can be found in `namtrc_dcy` in the namelist_top
|
|
|
* **By Default, MEDUSA should run with Daily averaged light**.
|
|
|
All chl and Production paramaters are tuned for an averaged light.
|
|
|
You can double check it's done this way by making sure that `ln_msa_avgqsr` in nammsa_ctl is set to `.true.`
|
|
|
|
|
|
If you use the fully coupled chl-light scheme, make also sure that `ln_trcdc2dm` is set to `.true.` (dc2dm for "Daily Cycle to Daily Mean" \
|
|
|
`ln_trcdc2dm` can be found in `namtrc_dcy` in the namelist_top
|
|
|
|
|
|
```
|
|
|
!-----------------------------------------------------------------------
|
|
|
&namtrc_dcy ! Diurnal cycle
|
|
|
!-----------------------------------------------------------------------
|
|
|
ln_trcdc2dm = .true. ! Diurnal cycle for TOP
|
|
|
/
|
|
|
```
|
|
|
```
|
|
|
!-----------------------------------------------------------------------
|
|
|
&namtrc_dcy ! Diurnal cycle
|
|
|
!-----------------------------------------------------------------------
|
|
|
ln_trcdc2dm = .true. ! Diurnal cycle for TOP
|
|
|
/
|
|
|
```
|
|
|
|
|
|
If, for some reason you need the light daily cycle, set `ln_msa_avgqsr` and `ln_trcdc2dm` to `.false.` (ln_trcdc2dm, should not be necessary, but, i mention it just for good measure - can't be too prudent) |
|
|
\ No newline at end of file |
|
|
* **If, for some reason you need the light daily cycle**,
|
|
|
Set **`ln_msa_avgqsr` and `ln_trcdc2dm` to `.false.`** (ln_trcdc2dm, should not be necessary, but, i mention it just for good measure - can't be too prudent) |
|
|
\ No newline at end of file |