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 10516 for NEMO/trunk/tests/ICE_AGRIF/EXPREF/make_INITICE.py – NEMO

Ignore:
Timestamp:
2019-01-15T17:31:25+01:00 (5 years ago)
Author:
clem
Message:

change demo config name from ICEDYN to ICE_AGRIF

Location:
NEMO/trunk/tests/ICE_AGRIF
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICE_AGRIF/EXPREF/make_INITICE.py

    r9019 r10516  
    8989 
    9090# -------------------------------------- 
    91 # for basin=99x99km with dx=1km ; dy=3km 
    92 #sigx=-0.04 
    93 #sigy=-0.04*9. 
    94 #xshift=50.-1. 
    95 #yshift=17.-1. 
    96 #dlat=7 
    97 #dlon=21 
    98  
    99 # -------------------------------------- 
    10091# for basin=99x99km with dx=1km ; dy=1km 
    10192#sigx=-0.04 
     
    114105#        cdfsmi[:,y,x] = rn_smi_ini 
    115106# 
    116 # --- Lipscomb 2004 experiment --- 
    117 #cdfhti[:,:,:]=1. 
    118 #cdfati[:,:,:]=0.1 
    119 #for y in np.arange(0,LAT1,1) : 
    120 #    for x in np.arange(0,LON1,1) : 
    121 #        if (x > ceil(0.5*xshift) and x < xshift): # and (y > ceil(0.5*yshift) and y < yshift): 
    122 #            cdfati[:,y,x] = rn_ati_ini / (ceil(0.5*xshift)*ceil(0.5*yshift)) * (x - ceil(0.5*xshift)) * (y - ceil(0.5*yshift)) 
    123 #            cdfsmi[:,y,x] = rn_smi_ini / (ceil(0.5*xshift)*ceil(0.5*yshift)) * (x - ceil(0.5*xshift)) * (y - ceil(0.5*yshift)) 
    124 #            cdfhti[:,y,x] = rn_hti_ini 
    125 #            cdfhts[:,y,x] = rn_hts_ini 
    126 #        if (x >= 25. and x < 50.): 
    127 #            cdfati[:,y,x] = 0.9 * (x - 25.) / 25. 
    128 #            cdfhti[:,y,x] = 1. 
    129 #        elif (x >= 50. and x <= 75.): 
    130 #            cdfati[:,y,x] = 0.9 
    131 #            cdfhti[:,y,x] = 1. 
    132 #        if (x > 30. and x < 70.): 
    133 #            cdfhti[:,y,x] = 0.2 
    134              
    135107             
    136108# ---------------------------------------------- 
    137 # for basin=99x99km with dx=1km ; dy=1km + AGRIF 
     109# for basin=300x300km with dx=3km ; dy=3km + AGRIF 
    138110sigx=-0.012 
    139111sigy=-0.012 
Note: See TracChangeset for help on using the changeset viewer.