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 10166 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/BENCH/MY_SRC/zdfiwm.F90 – NEMO

Ignore:
Timestamp:
2018-10-03T11:25:38+02:00 (6 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: action 1: add BENCh test case, see #2133

Location:
NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/BENCH
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/BENCH/MY_SRC/zdfiwm.F90

    r9762 r10166  
    442442!!$      CALL iom_get  (inum, jpdom_data, 'field', ebot_iwm, 1 )  
    443443!!$      CALL iom_close(inum) 
    444       ebot_iwm(:,:) = 0. 
     444      ebot_iwm(:,:) = 1.e-6 
    445445      ! 
    446446!!$      CALL iom_open('mixing_power_pyc',inum)       ! energy flux for pynocline-intensified wave breaking [W/m2] 
    447447!!$      CALL iom_get  (inum, jpdom_data, 'field', epyc_iwm, 1 ) 
    448448!!$      CALL iom_close(inum) 
    449       epyc_iwm(:,:) = 0. 
     449      epyc_iwm(:,:) = 1.e-6 
    450450      ! 
    451451!!$      CALL iom_open('mixing_power_cri',inum)       ! energy flux for critical slope wave breaking [W/m2] 
    452452!!$      CALL iom_get  (inum, jpdom_data, 'field', ecri_iwm, 1 ) 
    453453!!$      CALL iom_close(inum) 
    454       ecri_iwm(:,:) = 0. 
     454      ecri_iwm(:,:) = 1.e-10 
    455455      ! 
    456456!!$      CALL iom_open('decay_scale_bot',inum)        ! spatially variable decay scale for high-mode wave breaking [m] 
    457457!!$      CALL iom_get  (inum, jpdom_data, 'field', hbot_iwm, 1 ) 
    458458!!$      CALL iom_close(inum) 
    459       hbot_iwm(:,:) = 1. 
     459      hbot_iwm(:,:) = 100. 
    460460      ! 
    461461!!$      CALL iom_open('decay_scale_cri',inum)        ! spatially variable decay scale for critical slope wave breaking [m] 
    462462!!$      CALL iom_get  (inum, jpdom_data, 'field', hcri_iwm, 1 ) 
    463463!!$      CALL iom_close(inum) 
    464       hcri_iwm(:,:) = 1. 
     464      hcri_iwm(:,:) = 100. 
    465465 
    466466      ebot_iwm(:,:) = ebot_iwm(:,:) * ssmask(:,:) 
Note: See TracChangeset for help on using the changeset viewer.