Changeset 15313
- Timestamp:
- 2021-10-01T13:57:20+02:00 (20 months ago)
- Location:
- NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/step.F90
r14078 r15313 228 228 CALL tra_sbc ( kstp ) ! surface boundary condition 229 229 IF( ln_traqsr ) CALL tra_qsr ( kstp ) ! penetrative solar radiation qsr 230 !JT 231 IF( ln_tradwl ) CALL tra_dwl ( kstp ) ! Polcoms Style Short Wave Radiation 232 !JT 233 230 234 IF( ln_trabbc ) CALL tra_bbc ( kstp ) ! bottom heat flux 231 235 IF( ln_trabbl ) CALL tra_bbl ( kstp ) ! advective (and/or diffusive) bottom boundary layer scheme -
NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/step_oce.F90
r14078 r15313 23 23 24 24 USE traqsr ! solar radiation penetration (tra_qsr routine) 25 !JT 26 USE tradwl ! POLCOMS style solar radiation (tra_dwl routine) 27 !JT 25 28 USE trasbc ! surface boundary condition (tra_sbc routine) 26 29 USE trabbc ! bottom boundary condition (tra_bbc routine)
Note: See TracChangeset
for help on using the changeset viewer.