| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | protected | :: | lunout | ||||
| integer, | protected | :: | iflag_surf_wind | = | 0 | ||
| real, | protected | :: | surf_wind_ktwake | = | 0.5 | ||
| real, | protected | :: | surf_wind_kttherm | = | 2. | ||
| real, | protected | :: | surf_wind_kztherm | = | 1. |
!$OMP THREADPRIVATE(lunout,iflag_surf_wind) !$OMP THREADPRIVATE(lunout,surf_wind_ktwake) !$OMP THREADPRIVATE(lunout,surf_wind_kttherm) !$OMP THREADPRIVATE(lunout,surf_wind_kztherm) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | klon | |||
| integer, | intent(in) | :: | lunout_i |