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 6292 for branches/UKMO/dev_r5518_ww3_coupling – NEMO

Ignore:
Timestamp:
2016-02-05T07:24:47+01:00 (8 years ago)
Author:
jcastill
Message:

Change of name of couple field: from significant wave height to wave height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_ww3_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r5924 r6292  
    106106   INTEGER, PARAMETER ::   jpr_fraqsr = 42            ! fraction of solar net radiation absorbed in the first ocean level 
    107107   INTEGER, PARAMETER ::   jpr_mslp   = 43            ! mean sea level pressure 
    108    INTEGER, PARAMETER ::   jpr_hsig   = 44            ! Hsig 
    109    INTEGER, PARAMETER ::   jpr_phioc  = 45            ! Wave=>ocean energy flux 
     108   INTEGER, PARAMETER ::   jpr_hwav   = 44            ! wave height 
     109   INTEGER, PARAMETER ::   jpr_phioc  = 45            ! wave=>ocean energy flux 
    110110   INTEGER, PARAMETER ::   jprcv      = 45            ! total number of fields received  
    111111 
     
    517517      !                                                      !      Wave breaking        !    
    518518      !                                                      ! ------------------------- ! 
    519       srcv(jpr_hsig)%clname  = 'O_Hsigwa'  ;   IF( TRIM(sn_rcv_hsig%cldes  ) == 'coupled' )   srcv(jpr_hsig)%laction = .TRUE. 
     519      srcv(jpr_hwav)%clname  = 'O_Htwave'  ;   IF( TRIM(sn_rcv_hsig%cldes  ) == 'coupled' )   srcv(jpr_hwav)%laction = .TRUE. 
    520520      srcv(jpr_phioc)%clname = 'O_PhiOce'  ;   IF( TRIM(sn_rcv_phioc%cldes ) == 'coupled' )   srcv(jpr_phioc)%laction = .TRUE. 
    521521      ! 
Note: See TracChangeset for help on using the changeset viewer.