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

Changeset 4053


Ignore:
Timestamp:
2013-10-04T18:08:33+02:00 (11 years ago)
Author:
djlea
Message:

Add a key to protect code for the offline observation operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OPA_SRC/OBS/obs_fbm.F90

    r4048 r4053  
    10431043      CHARACTER(len=*) :: cdfilename ! Output filename 
    10441044      TYPE(obfbdata)   :: fbdata     ! obsfbdata structure 
     1045#if defined key_offobsoper 
    10451046      IF (ln_cl4) THEN 
    10461047          ! Class 4 file output stream 
    10471048          CALL write_obfbdata_cl( cdfilename, fbdata ) 
    10481049      ELSE 
     1050#endif 
    10491051          ! Standard feedback file output stream 
    10501052          CALL write_obfbdata_fb( cdfilename, fbdata ) 
    1051       ENDIF   
     1053#if defined key_offobsoper 
     1054      ENDIF 
     1055#endif 
    10521056   END SUBROUTINE write_obfbdata 
    10531057 
     
    15531557   END SUBROUTINE write_obfbdata_fb 
    15541558 
     1559#if defined key_offobsoper 
    15551560   SUBROUTINE write_obfbdata_cl(cdfilename, fbdata) 
    15561561      !!---------------------------------------------------------------------- 
     
    17561761      END IF 
    17571762   END SUBROUTINE write_obfbdata_cl 
    1758  
     1763#endif 
     1764 
     1765#if defined key_offobsoper 
    17591766   SUBROUTINE locate_kind(cdfilename, ckind) 
    17601767      !!---------------------------------------------------------------------- 
     
    17821789      END IF 
    17831790   END SUBROUTINE locate_kind 
     1791#endif 
    17841792 
    17851793   SUBROUTINE putvaratt_obfbdata( idfile, idvar, cdlongname, cdunits, & 
Note: See TracChangeset for help on using the changeset viewer.