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 8446 – NEMO

Changeset 8446


Ignore:
Timestamp:
2017-08-18T17:08:42+02:00 (7 years ago)
Author:
anaguiar
Message:

More changes to avoid conflict merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC/ASM/bias.F90

    r8445 r8446  
    958958      ENDIF 
    959959 
    960       IF(lwp) WRITE(numout,*) 'dyn_bias( kt ) calculating rhd_pc, kt =', kt 
    961  
    962960      CALL eos( tsw, rhd_pc, rhop , fsdept_n(:,:,:)) 
    963961       
    964962      CALL lbc_lnk( rhd_pc, 'T', 1.0_wp ) 
     963 
     964      IF(lwp) WRITE(numout,*) 'dyn_bias( kt ) calculated rhd_pc, kt =', kt 
    965965 
    966966      ! Partial steps: now horizontal gradient of t,s,rd  
Note: See TracChangeset for help on using the changeset viewer.