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 2958 for branches/2011/dev_r2782_NOCS_Griffies/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso_grif.F90 – NEMO

Ignore:
Timestamp:
2011-10-19T11:00:38+02:00 (13 years ago)
Author:
agn
Message:

Edited trcadv.F90 to only add the eiv transport if ln_traldf_grif is false
Removed warning from traldf_iso_grif.F90 and prevent duplicate allocation of ah_slp2 etc
Modified trcldf.F90 to use tra_ldf_iso_grif; removed whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2782_NOCS_Griffies/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso_grif.F90

    r2840 r2958  
    127127      !zdkt(1:jpi,1:jpj,0:1) => wrk_3d_9(:,:,1:2) 
    128128 
    129       IF( kt == nit000 )  THEN 
     129      IF( kt == nit000.AND..NOT.ALLOCATED(ah_wslp2) )  THEN 
    130130         IF(lwp) WRITE(numout,*) 
    131131         IF(lwp) WRITE(numout,*) 'tra_ldf_iso_grif : rotated laplacian diffusion operator on ', cdtype 
    132          IF(lwp) WRITE(numout,*) '                   WARNING: STILL UNDER TEST, NOT RECOMMENDED. USE AT YOUR OWN PERIL' 
    133132         IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    134133         ALLOCATE( ah_wslp2(jpi,jpj,jpk) , zdkt(jpi,jpj,0:1), STAT=ierr ) 
Note: See TracChangeset for help on using the changeset viewer.