Changeset 4599


Ignore:
Timestamp:
07/03/19 15:44:19 (5 years ago)
Author:
jgipsl
Message:

Parameters optim_it and read_metric(new) are now changed by the driver depending on if the run is create_etat0_limit true or false.

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/dynamico.driver

    r4372 r4599  
    5959            IGCM_comp_modifyDefFile nonblocker run_dynamico.def iflag_phys         ${dynamico_UserChoices_iflag_phys} 
    6060        fi 
     61 
     62        # Optimize the grid: set read_metric=n and optim_it=100000       
     63        IGCM_comp_modifyDefFile nonblocker   run_dynamico.def   read_metric  n 
     64        IGCM_comp_modifyDefFile nonblocker   run_dynamico.def   optim_it     100000 
    6165    else 
    6266        # Deactivate create_etat0_limit to run a the GCM (aquaplanet or not) 
     
    7074        else 
    7175            IGCM_comp_modifyDefFile nonblocker run_dynamico.def iflag_phys         ${dynamico_UserChoices_iflag_phys} 
    72         fi 
     76        fi       
     77 
     78        # Read grid from start.nc file: set read_metric=y and optim_it=0         
     79        IGCM_comp_modifyDefFile nonblocker   run_dynamico.def   read_metric  y 
     80        IGCM_comp_modifyDefFile nonblocker   run_dynamico.def   optim_it     0 
    7381    fi  
    7482 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp160

    r4372 r4599  
    1313omp_level_size=4 
    1414 
     15# read_metric : read grid description from start.nc file  
     16read_metric = _AUTO_ 
     17 
    1518# optim_it : mesh optimisation : number of iteration : integer (default=0) 
    16 optim_it=500 
     19optim_it=_AUTO_ 
    1720 
    1821# ---------------------------------- Time--------------------------------- 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp40

    r4372 r4599  
    1313omp_level_size=4 
    1414 
     15# read_metric : read grid description from start.nc file  
     16read_metric = _AUTO_ 
     17 
    1518# optim_it : mesh optimisation : number of iteration : integer (default=0) 
    16 optim_it=500 
     19optim_it=_AUTO_ 
    1720 
    1821# ---------------------------------- Time--------------------------------- 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/run_dynamico.def_nbp80

    r4372 r4599  
    1313omp_level_size=4 
    1414 
     15# read_metric : read grid description from start.nc file  
     16read_metric = _AUTO_ 
     17 
    1518# optim_it : mesh optimisation : number of iteration : integer (default=0) 
    16 optim_it=500 
     19optim_it=_AUTO_ 
    1720 
    1821# ---------------------------------- Time--------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.