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 14072 for NEMO/trunk/src/SAS – NEMO

Changeset 14072 for NEMO/trunk/src/SAS


Ignore:
Timestamp:
2020-12-04T08:48:38+01:00 (3 years ago)
Author:
laurent
Message:

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/SAS/sbcssm.F90

    r14068 r14072  
    179179      TYPE(FLD_N) ::   sn_ssh, sn_e3t, sn_frq 
    180180      !! 
     181      TYPE(FLD_N) ::   sn_ifr, sn_tic, sn_ial 
     182      !! 
    181183      NAMELIST/namsbc_sas/ l_sasread, cn_dir, ln_3d_uve, ln_read_frq,   & 
    182          &                 sn_tem, sn_sal, sn_usp, sn_vsp, sn_ssh, sn_e3t, sn_frq 
     184         &                 sn_tem, sn_sal, sn_usp, sn_vsp, sn_ssh, sn_e3t, sn_frq, & 
     185         &                 sn_ifr, sn_tic, sn_ial 
    183186      !!---------------------------------------------------------------------- 
    184187      ! 
Note: See TracChangeset for help on using the changeset viewer.