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 12609 for branches/UKMO/dev_r5518_obs_oper_update_sit/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90 – NEMO

Ignore:
Timestamp:
2020-03-26T11:53:23+01:00 (4 years ago)
Author:
dcarneir
Message:

Making SIT changes in global configs to be compatible with build in shelf configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_sit/NEMOGCM/NEMO/OPA_SRC/OBS/obs_oper.F90

    r12380 r12609  
    950950         IF ( surfdataqc%lclim ) surfdataqc%rclm(jobs,1) = zclm(1) 
    951951 
     952#if defined key_cice 
    952953         IF ( TRIM(surfdataqc%cvars(1)) == 'FBD' ) THEN 
    953954            ! Convert radar freeboard to true freeboard (add 1/4 snow depth; 1/4 based on ratio of speed of light in vacuum compared to snow (3.0e8 vs 2.4e8 m/s)) 
     
    971972            surfdataqc%nqc(jobs) = 4 
    972973         ENDIF 
     974#endif defined key_cice 
    973975          
    974976      END DO 
Note: See TracChangeset for help on using the changeset viewer.