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 2072 for branches/devmercator2010/NEMO/TOP_SRC/CFC/trcctl_cfc.F90 – NEMO

Ignore:
Timestamp:
2010-09-08T16:29:38+02:00 (14 years ago)
Author:
cbricaud
Message:

add change from DEV_r1784_3DF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devmercator2010/NEMO/TOP_SRC/CFC/trcctl_cfc.F90

    r2047 r2072  
    4444      IF( jp_cfc > 2) THEN  
    4545          IF(lwp) THEN  
    46               WRITE (numout,*) ' ===>>>> : w a r n i n g <<<<===' 
     46              WRITE (numout,*) ' ===>>>> : w a r n i n g ' 
     47              WRITE (numout,*) ' =======   ============= ' 
    4748              WRITE (numout,*)                             & 
    4849              &   ' STOP, change jp_cfc to 1 or 2 in par_CFC module '   
     
    5354      ! Check tracer names 
    5455      ! ------------------ 
    55       ctrcnm(jpc11) = 'CFC11' 
    56       ctrcnl(jpc11) = 'Chlorofuorocarbone 11 concentration' 
    57  
    58       IF ( jp_cfc == 2 ) THEN 
    59           ctrcnm(jpc12) = 'CFC12' 
    60           ctrcnl(jpc12) = 'Chlorofuorocarbone 12 concentration' 
     56      IF ( ctrcnm(jpc11) /= 'CFC11' .OR. ctrcnm(jpc12) /= 'CFC12' ) THEN  
     57            ctrcnm(jpc11) = 'CFC11' 
     58            ctrcnl(jpc11) = 'Chlorofuorocarbone 11 concentration' 
     59            ctrcnm(jpc12) = 'CFC12' 
     60            ctrcnl(jpc12) = 'Chlorofuorocarbone 12 concentration'  
    6161      ENDIF 
    6262 
     
    7070         END DO 
    7171         WRITE(numout,*) ' ' 
    72       ENDIF 
     72      ENDIF  
    7373 
    7474 
     
    8080            ctrcun(jn) = 'mole/m3' 
    8181            IF(lwp) THEN 
    82                WRITE (numout,*) ' ===>>>> : w a r n i n g <<<<===' 
     82               WRITE (numout,*) ' ===>>>> : w a r n i n g ' 
     83               WRITE (numout,*) ' =======   ============= ' 
    8384               WRITE (numout,*) ' we force tracer unit' 
    8485               WRITE(numout,*) ' tracer  ',ctrcnm(jn), 'UNIT= ',ctrcun(jn) 
Note: See TracChangeset for help on using the changeset viewer.