.false. = climatological SST .true. = observed anomaly (active if sea_coupling_flag = 0, 1; set to 1 if sea_coupling_flag = 4)
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=p), | private, | parameter | :: | beta | = | 1.0 | Heat flux coefficient at sea/ice interface [(W/m^2)/deg] |
| integer, | public, | parameter | :: | sea_coupling_flag | = | 0 | 0 = precribed SST, no coupling 1 = precribed SST, ocean model forced by atmosphere (not supoprted!) 2 = full (uncorrected) SST from coupled ocean model (not supoprted!) 3 = SST anomaly from coupled ocean model + observed SST climatology (not supoprted!) 4 = as 3 with prescribed SST anomaly in ElNino region (not supoprted!) |
| integer, | private, | parameter | :: | ice_coupling_flag | = | 1 | ice_coupling_flag: Flag for sea-ice coupling |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state | |||
| integer, | intent(in) | :: | day | |||
| type(ControlParams_t), | intent(in) | :: | control_params |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=6), | intent(in) | :: | cdomain | |||
| real(kind=p), | intent(inout) | :: | dmask(ix,il) | |||
| real(kind=p), | intent(in) | :: | deglat_s(il) |