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 13574 for NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF/make_INITICE.py – NEMO

Ignore:
Timestamp:
2020-10-07T18:02:40+02:00 (4 years ago)
Author:
stefryn
Message:

corrected bug in shear calculation, updated testcase (example output figs for EVP and EAP included)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF/make_INITICE.py

    r12263 r13574  
    8484 
    8585# --- add noise in initial thickness to help nucleation of deformation --- 
    86 for y in np.arange(1,1000,1) : 
    87     for x in np.arange(1,1000,1) : 
    88         cdfhti[:,y,x] = rn_hti_ini+0.02*rn_hti_ini*np.random.uniform(-1,1) 
     86#for y in np.arange(1,1000,1) : 
     87#    for x in np.arange(1,1000,1) : 
     88#        cdfhti[:,y,x] = rn_hti_ini+0.02*rn_hti_ini*np.random.uniform(-1,1) 
     89cdfhti[:,:,:]=rn_hti_ini 
    8990 
    9091nc.close() 
Note: See TracChangeset for help on using the changeset viewer.