New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11874 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/OCE/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2019-11-07T18:18:21+01:00 (4 years ago)
Author:
gsamson
Message:

dev_r11265_ABL: output surface now ABL fields in output.init.nc file when nn_istate=1 (#2131)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/OCE/SBC/sbcmod.F90

    r11413 r11874  
    340340      IF( ln_blk      )   CALL sbc_blk_init            ! bulk formulae initialization 
    341341 
    342       IF( ln_abl      )    CALL sbc_abl_init           ! Atmospheric Boundary Layer (ABL) 
     342      IF( ln_abl      )   CALL sbc_abl_init            ! Atmospheric Boundary Layer (ABL) 
    343343 
    344344      IF( ln_ssr      )   CALL sbc_ssr_init            ! Sea-Surface Restoring initialization 
Note: See TracChangeset for help on using the changeset viewer.