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 8840 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/web/index.php – NEMO

Ignore:
Timestamp:
2017-11-28T16:59:04+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Most of work done for Curie, new code tested in interactive and cron mode, production mode will be reenable tonight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/web/index.php

    r8838 r8840  
    3232      include 'read_trusting.php'; 
    3333 
    34            $DODS_TGCC="https://vesg.ipsl.upmc.fr/thredds/fileServer/store/martin/trusting"; 
    35          $DODS_IDRIS="http://prodn.idris.fr/thredds/fileServer/ipsl_public/romr005/trusting"; 
     34           $TRUST_URL_TGCC="https://vesg.ipsl.upmc.fr/thredds/fileServer/store/martin/trusting"; 
     35         $TRUST_URL_IDRIS="http://prodn.idris.fr/thredds/fileServer/ipsl_public/romr005/trusting"; 
    3636           if ( ! get_headers( 'https://vesg.ipsl.upmc.fr/thredds/catalog/catalog.html' ) ) { 
    3737                 $DIR_TGCC="../src/martin"; 
    3838           } 
    3939         else { 
    40                    $DIR_TGCC="${DODS_TGCC}"; 
     40                   $DIR_TGCC="${TRUST_URL_TGCC}"; 
    4141           } 
    4242           if ( ! get_headers( 'http://prodn.idris.fr/thredds/catalog/catalog.html' ) ) { 
     
    4444           } 
    4545         else { 
    46                    $DIR_IDRIS="${DODS_IDRIS}"; 
     46                   $DIR_IDRIS="${TRUST_URL_IDRIS}"; 
    4747      } 
    4848 
Note: See TracChangeset for help on using the changeset viewer.