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 15332 for branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2021-10-05T15:39:06+02:00 (3 years ago)
Author:
andmirek
Message:

Ticket GP29: All but AGRIF can be built.

Location:
branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OPA_SRC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OPA_SRC/ASM/asmbgc.F90

    r11101 r15332  
    3030      & jpj,                & 
    3131      & jpk 
     32#if defined key_vvl 
     33   USE dom_oce,       ONLY: gdepw_n 
     34#endif 
    3235   USE iom                    ! i/o 
    3336   USE oce, ONLY:           & ! active tracer variables 
     
    14911494            END SELECT 
    14921495         ENDIF 
    1493  
     1496#if defined key_vvl 
    14941497         ! Propagate through mixed layer 
    14951498         DO jj = 1, jpj 
     
    15131516            END DO 
    15141517         END DO 
     1518#else 
     1519          CALL ctl_stop( 'pco2_asm_inc: key_vvl must be set') 
     1520#endif 
    15151521 
    15161522      ENDIF 
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r11101 r15332  
    17271727      IF ((itest==0).AND.(lwp)) WRITE(numout,*) 'NO open boundary corner found' 
    17281728      ! 
    1729       IF(lwp. AND. lflush) CALL flush(numout) 
     1729      IF(lwp .AND. lflush) CALL flush(numout) 
    17301730      ! 
    17311731      ! Other tests TBD:  
  • branches/UKMO/dev_r5518_GO6_package_port2021/NEMOGCM/NEMO/OPA_SRC/DYN/sshwzv.F90

    r11101 r15332  
    107107                 hdivn(:,:,jk) = hdivn(:,:,jk) - ( ssh_iau(:,:) / ( ht_0(:,:) + 1.0 - ssmask(:,:) ) ) * ( e3t_0(:,:,jk) / fse3t_n(:,:,jk) ) * tmask(:,:,jk)  
    108108        END DO 
    109       ENDIF 
    110 #endif 
     109#endif 
     110      ENDIF 
    111111#endif 
    112112 
Note: See TracChangeset for help on using the changeset viewer.