Changes between Version 5 and Version 6 of Documentation/UserGuide/RoutageHighres


Ignore:
Timestamp:
2022-07-28T11:05:13+02:00 (2 years ago)
Author:
lrinchi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/RoutageHighres

    v5 v6  
    99 - Use an experiment with the new driver 
    1010 - Use revision 7576 or more recent on branch ORCHIDEE_2_2. Compile as default. 
    11  - Create a routing_graph.nc file routing_graph.nc files with the codes hydrolinks/Point2Pixel https://gitlab.in2p3.fr/ipsl/lmd/intro/hydrofiles/-/tree/master/Point2Pixel and routingpp https://gitlab.in2p3.fr/ipsl/lmd/intro/routingpp to be used instead of the stanfard routing.nc. To run this last code a grid of the atmospheric forcing is needed, if not available it can be created with this code https://gitlab.in2p3.fr/ipsl/lmd/intro/gengeogrid 
    12    - To run with SAFRAN forcing you can use the routing_graph.nc here: /gpfsstore/rech/ngp/uzb75jm/Test_SAFRAN_hydrolinks_MERIT_nbasmax15_MaxDistErr5_MaxUpstErr20_graph_complete.nc (then a few examples of routing graph for different forcings will be added to the shared forcing file repositories). Note: when using SAFRAN activate the GRID and follow the procedure for a regular_x_y grid. 
     11 - Create a routing_graph.nc file routing_graph.nc files with the codes hydrolinks/Point2Pixel https://gitlab.in2p3.fr/ipsl/lmd/intro/hydrofiles/-/tree/master/Point2Pixel and routingpp https://gitlab.in2p3.fr/ipsl/lmd/intro/routingpp (branch Hydrolinks) to be used instead of the stanfard routing.nc. To run this last code a grid of the atmospheric forcing is needed, if not available it can be created with this code https://gitlab.in2p3.fr/ipsl/lmd/intro/gengeogrid 
     12   - To run with SAFRAN forcing you can use the routing_graph.nc here: /gpfsstore/rech/ngp/uzb75jm/Test_SAFRAN_hydrolinks_MERIT_nbasmax15_MaxDistErr5_MaxUpstErr20_graph_complete.nc (then a few examples of routing graph for different forcings will be added to the shared forcing file repositories). This routing graph file has been created with revision 8db844da of Point2Pixel and revision 38402872 of the branch Hydrolinks of routingpp 
    1313 
    1414 - In run.def set: 
     
    1919}}} 
    2020 
     21- In COMP/sechiba.card in BoundaryFiles set: 
     22 
     23{{{ 
     24(/gpfswork/rech/ngp/uzb75jm/SAFRAN/SAFRAN_15nbasmax_20MaxUpstrErr_10MaxDistErr_MERIT_graph_topo.nc, routing_graph.nc), \ 
     25}}} 
     26 
     27Note: when using SAFRAN (as for the example above) activate the GRID and follow the procedure for a regular_x_y grid, i.e. 
     28 
     29 - In run.def set: 
     30 
     31{{{ 
     32GRID_FILE = grid.nc 
     33}}} 
     34 
     35- In COMP/orchideedriver.card in ListNonDel set: 
     36 
     37{{{ 
     38(/gpfsstore/rech/ngp/uzb75jm/geogrid_SAFRAN.nc, grid.nc) 
     39}}} 
     40