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

Ignore:
Timestamp:
2019-05-13T14:02:19+02:00 (5 years ago)
Author:
davestorkey
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : CRS and FLO. Only tested compilation. Note that base code doesn't compile with key_floats (#2279), so changes to FLO not really tested at all.

File:
1 edited

Legend:

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

    r10969 r10970  
    421421                           CALL     wad_init        ! Wetting and drying options 
    422422                           CALL     dom_init("OPA") ! Domain 
    423       IF( ln_crs       )   CALL     crs_init        ! coarsened grid: domain initialization  
     423      IF( ln_crs       )   CALL     crs_init( Nnn ) ! coarsened grid: domain initialization  
    424424      IF( ln_ctl       )   CALL prt_ctl_init        ! Print control 
    425425       
     
    485485      
    486486      !                                      ! Diagnostics 
    487       IF( lk_floats    )   CALL     flo_init    ! drifting Floats 
     487      IF( lk_floats    )   CALL     flo_init( Nnn )    ! drifting Floats 
    488488      IF( ln_diacfl    )   CALL dia_cfl_init    ! Initialise CFL diagnostics 
    489489                           CALL dia_ptr_init    ! Poleward TRansports initialization 
Note: See TracChangeset for help on using the changeset viewer.