Changeset 4284 for CONFIG


Ignore:
Timestamp:
02/15/19 14:19:13 (5 years ago)
Author:
jgipsl
Message:

Now have one run_icosa.def per resolution of NBP.

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7
Files:
1 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/COMP/dynamico.card

    r4281 r4284  
    2424List=   \ 
    2525        (${SUBMIT_DIR}/PARAM/earth_const.def, .),\ 
    26         (${SUBMIT_DIR}/PARAM/run_icosa.def, .),\ 
     26        (${SUBMIT_DIR}/PARAM/run_icosa.def_nbp${RESOL_NBP}, run_icosa.def),\ 
    2727        (${SUBMIT_DIR}/PARAM/iodef.xml, .),\ 
    2828        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\ 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/COMP/dynamico.card

    r4282 r4284  
    2424List=   \ 
    2525        (${SUBMIT_DIR}/PARAM/earth_const.def, .),\ 
    26         (${SUBMIT_DIR}/PARAM/run_icosa.def, .),\ 
     26        (${SUBMIT_DIR}/PARAM/run_icosa.def_nbp${RESOL_NBP}, run_icosa.def),\ 
    2727        (${SUBMIT_DIR}/PARAM/iodef.xml, .),\ 
    2828        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\ 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/dynamico.driver

    r4281 r4284  
    3131 
    3232    IGCM_comp_modifyDefFile blocker run_icosa.def run_length $(( ${PeriodLengthInDays} * 86400 )) 
    33  
    34     if [ X${RESOL_NBP} == X40 ] || [ X${RESOL_NBP} == X20 ]; then 
    35       IGCM_comp_modifyDefFile nonblocker run_icosa.def   nbp       ${RESOL_NBP} 
    36       IGCM_comp_modifyDefFile nonblocker run_icosa.def   nsplit_i  $(( ${RESOL_NBP} / 10 )) 
    37       IGCM_comp_modifyDefFile nonblocker run_icosa.def   nsplit_j  $(( ${RESOL_NBP} / 10 )) 
    38       IGCM_comp_modifyDefFile nonblocker run_icosa.def   llm       79 
    39       IGCM_debug_Print 1 "Maximum nubmer of MPI for resolution nbp=${RESOL_NBP} is $(( ${RESOL_NBP} * ${RESOL_NBP} / 10 ))" 
    40     else 
    41       IGCM_debug_Print 1 "nbp=${RESOL_NBP} is set in dynamico.card" 
    42       IGCM_debug_Exit "This resolution has not been prepared in dynamico.driver"  
    43       IGCM_debug_Verif_Exit 
    44     fi 
    45  
    4633 
    4734    # Add include of context xml files for DYNAMICO in iodef.xml 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_icosa.def_nbp80

    r4280 r4284  
     1mpi_threading_mode=funneled 
    12# ------------------------------- Mesh --------------------------------- 
    23 
    34# Number of subdivision on a main triangle (nbp) : integer (default=40) 
    4 nbp=_AUTO_ : DEFAULT=40 
     5nbp=80 
    56 
    67# nbp                 20  40  80 160 
     
    89 
    910# sub splitting of main rhombus : integer (default=1) 
    10 nsplit_i=_AUTO_ : DEFAULT=4 
    11 nsplit_j=_AUTO_ : DEFAULT=4 
    12 omp_level_size=1 
     11nsplit_i=8 
     12nsplit_j=8 
     13omp_level_size=4 
    1314 
    1415# Number of vertical layer (llm) : integer (default=19) 
     
    1718# disvert : vertical discretisation : string (default='std') : std, ncar, ncar30l 
    1819disvert=strato_custom 
     20iflag_sponge=2 
     21tau_sponge=5.e-4 
    1922 
    2023# optim_it : mesh optimisation : number of iteration : integer (default=0) 
    2124optim_it=0 
    2225 
    23  
    2426# ---------------------------------- Time--------------------------------- 
    2527 
    2628# timestep : real (default=480s) 
    27 dt = 180. 
     29dt = 150. 
    2830 
    2931# advection called every itau_adv time steps : integer (default 2) 
     
    4446nqtot=6 
    4547 
     48 
    4649# pression value where output is interpolated : real (default=0, no output) 
    4750out_pression_level=85000 
     
    5356 
    5457# dissipation time graddiv : real (default=5000) 
    55 tau_graddiv = 3600. 
     58tau_graddiv = 1800 
    5659 
    5760# number of iteration for graddiv : integer (default=1) 
     
    5962 
    6063# dissipation time nxgradrot (default=5000) 
    61 tau_gradrot = 21600. 
     64tau_gradrot = 10800 
    6265 
    6366# number of iteration for nxgradrot : integer (default=1) 
     
    6568 
    6669# dissipation time divgrad (theta) (default=5000) 
    67 tau_divgrad=10800. 
     70tau_divgrad=5400 
    6871 
    6972# number of iteration for divgrad : integer (default=1) 
     
    7578physics=phys_external 
    7679 
    77 itau_physics=5 
     80itau_physics=6 
     81 
     82 
    7883 
    7984iflag_phys=1 
Note: See TracChangeset for help on using the changeset viewer.