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 7398 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/trcdta.F90 – NEMO

Ignore:
Timestamp:
2016-11-30T15:44:11+01:00 (7 years ago)
Author:
cbricaud
Message:

coarsening branch: first implementation of coarsening in PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/trcdta.F90

    r7332 r7398  
    252252         IF( PRESENT(ptrc) )  ptrc(:,:,:) = ztrcdta(:,:,:) 
    253253         ! 
     254#if ! defined key_crs 
    254255         IF( lwp .AND. kt == nit000 ) THEN 
    255256               clndta = TRIM( sf_dta(1)%clvar )  
     
    264265               WRITE(numout,*) 
    265266         ENDIF 
     267#endif 
    266268         ! 
    267269         CALL wrk_dealloc( jpi, jpj, jpk, ztrcdta ) 
Note: See TracChangeset for help on using the changeset viewer.