update all time varying FABM configured external dependencie !s by calling individual update routines - tests done in routin !es
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | joff |
offset row in global window |
subroutine update_data(joff) !! update all time varying FABM configured external dependencies !! by calling individual update routines - tests done in routines integer, intent(in) :: joff !! offset row in global window ! dic, carbon_14, alk, n03, 02, n2? call update_wind() call update_mole_fraction_of_carbon_dioxide_in_air() c call update_surface_downwelling_photosynthetic_radiative_flux() call update_surface_swr_flux() call update_bottom_stress(joff) c call update_downwelling_photosynthetic_radiative_flux() call update_salinity() call update_density() end subroutine update_data