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 14038 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-12-03T12:25:19+01:00 (3 years ago)
Author:
laurent
Message:

Catch up with trunk at rev r14037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/OCE/nemogcm.F90

    r14017 r14038  
    490490                           CALL dyn_spg_init         ! surface pressure gradient 
    491491 
     492      !                                      ! Icebergs 
     493                           CALL icb_init( rn_Dt, nit000)   ! initialise icebergs instance 
     494 
     495                                                ! ice shelf 
     496                           CALL isf_init( Nbb, Nnn, Naa ) 
    492497#if defined key_top 
    493498      !                                      ! Passive tracers 
     
    495500#endif 
    496501      IF( l_ldfslp     )   CALL ldf_slp_init    ! slope of lateral mixing 
    497  
    498       !                                      ! Icebergs 
    499                            CALL icb_init( rn_Dt, nit000)   ! initialise icebergs instance 
    500  
    501                                                 ! ice shelf 
    502                            CALL isf_init( Nbb, Nnn, Naa ) 
    503502 
    504503      !                                      ! Misc. options 
Note: See TracChangeset for help on using the changeset viewer.