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 10922 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/SAS/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-05-02T17:10:39+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert IOM, LDF, OBS and SBC directories and compatibility changes elsewhere that these changes enforce. Changes pass SETTE and compare with original trunk results. Outstanding issues (currently with work-arounds) in DIU/step_diu.F90 and fld_bdy_interp within SBC/fldread.F90; proper soltions pending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/SAS/nemogcm.F90

    r10874 r10922  
    335335      CALL nemo_alloc() 
    336336 
     337      ! Initialise time level indices 
     338      Nbb = 1; Nnn = 2; Naa = 3; Nrhs = Naa 
     339 
     340      ! Initialisation of temporary pointers (to be deleted after development finished) 
     341      CALL update_pointers( Nbb, Nnn, Naa ) 
    337342      !                             !-------------------------------! 
    338343      !                             !  NEMO general initialization  ! 
     
    354359 
    355360      !                                      ! external forcing  
    356                            CALL sbc_init        ! Forcings : surface module  
     361                           CALL sbc_init( Nbb, Nnn )  ! Forcings : surface module  
    357362 
    358363      ! ==> clem: open boundaries init. is mandatory for sea-ice because ice BDY is not decoupled from   
Note: See TracChangeset for help on using the changeset viewer.