Changeset 6902
- Timestamp:
- 2016-08-30T15:44:11+02:00 (8 years ago)
- Location:
- branches/UKMO/dev_r5518_ciceiau/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_ciceiau/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90
r6299 r6902 766 766 ! 767 767 ENDIF 768 ! Perhaps the following call should be in step769 IF ( ln_seaiceinc ) CALL seaice_asm_inc ( kt ) ! apply sea ice concentration increment770 768 ! 771 769 END SUBROUTINE tra_asm_inc -
branches/UKMO/dev_r5518_ciceiau/NEMOGCM/NEMO/OPA_SRC/step.F90
r6298 r6902 105 105 CALL bdy_dta ( kstp, time_offset=+1 ) ! update dynamic & tracer data at open boundaries 106 106 ENDIF 107 IF( ln_seaiceinc ) & 108 & CALL seaice_asm_inc ( kstp ) ! setup sea ice concentration increment 107 109 CALL sbc ( kstp ) ! Sea Boundary Condition (including sea-ice) 108 110 ! clem: moved here for bdy ice purpose
Note: See TracChangeset
for help on using the changeset viewer.