Changeset 11806
- Timestamp:
- 2019-10-25T17:43:44+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/NERC/dev_release-3.4_NEMOTAM_consolidated/NEMOGCM/NEMO/OPATAM_SRC/SBC/sbcmod_tam.F90
r3640 r11806 90 90 IF (lfirst) THEN 91 91 92 nsbc = 0 93 IF (ln_flx) THEN 94 nsbc = 2 95 IF (lwp) WRITE(numout, *) 'sbc_init_tam: flux formulation' 96 ELSE 97 IF (lwp) WRITE(numout, *) 'sbc_init_tam: analytical SBC formulation '// & 98 & ' of GYRE configuration' 99 ENDIF 92 100 !CALL sbc_init 93 101 IF( nn_ice == 0 ) fr_i_tl(:,:) = 0.e0 ! no ice in the domain, ice fraction is always zero
Note: See TracChangeset
for help on using the changeset viewer.