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 2239 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/ASM/asmtrj.F90 – NEMO

Ignore:
Timestamp:
2010-10-13T00:03:11+02:00 (14 years ago)
Author:
rblod
Message:

First commit to compile ORCA2_LIM for next nemo v3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/ASM/asmtrj.F90

    r2128 r2239  
    224224#if defined key_ldfslp 
    225225            IF(lwp) WRITE(numout,*) ' Compute the slopes of neutral surface...' 
    226             CALL bn2( tb, sb, rn2 )  
     226            CALL bn2( tsb, rn2 )  
    227227            CALL ldf_slp( nit000, rhd, rn2 ) 
    228228#endif 
     
    280280 
    281281END MODULE asmtrj 
    282     
    283     
Note: See TracChangeset for help on using the changeset viewer.