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 2358 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_types.F90 – NEMO

Ignore:
Timestamp:
2010-11-04T19:14:01+01:00 (13 years ago)
Author:
rblod
Message:

Changes to be able to compile v3_3_beta with key_agrif,see ticket #753 ; just compilation fixes, I was to scared to try to run AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_types.F90

    r2287 r2358  
    3636 
    3737   INTEGER, PUBLIC, PARAMETER :: ntyp1770 = 1023 
    38    CHARACTER(LEN=4), PUBLIC, DIMENSION(0:ntyp1770) :: cwmotyp1770 
     38!RBbug useless ?   CHARACTER(LEN=4), PUBLIC, DIMENSION(0:ntyp1770) :: cwmotyp1770 
    3939   CHARACTER(LEN=80), PUBLIC, DIMENSION(0:ntyp1770) :: cwmonam1770 
    4040   CHARACTER(LEN=3), PUBLIC, DIMENSION(0:ntyp1770) :: ctypshort 
     
    119119         ctypshort(ji) = 'XBT' 
    120120 
    121          IF ( ji < 1000 ) THEN 
    122             WRITE(cwmotyp1770(ji),'(1X,I3.3)') ji 
    123          ELSE 
    124             WRITE(cwmotyp1770(ji),'(I4.4)') ji 
    125          ENDIF 
     121!         IF ( ji < 1000 ) THEN 
     122!            WRITE(cwmotyp1770(ji),'(1X,I3.3)') ji 
     123!         ELSE 
     124!            WRITE(cwmotyp1770(ji),'(I4.4)') ji 
     125!         ENDIF 
    126126 
    127127      END DO 
Note: See TracChangeset for help on using the changeset viewer.