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 12149 for NEMO/branches/2019/ENHANCE-03_closea/doc/manual_build.sh – NEMO

Ignore:
Timestamp:
2019-12-10T15:03:24+01:00 (4 years ago)
Author:
ayoung
Message:

Updated trunk to 12072

Location:
NEMO/branches/2019/ENHANCE-03_closea/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-03_closea/doc

    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/ENHANCE-03_closea/doc/manual_build.sh

    r11176 r12149  
    33## Initialisation 
    44##--------------- 
    5  
    6 ## Env. variable for using relative paths with latexmk 
    7 export openout_any='a' 
    85 
    96## Default selection for models 
     
    3027 
    3128## Retrieve figures if not already there 
    32 if [ ! -d latex/figures ]; then 
    33     printf "Downloading of shared figures and logos\n\n" 
    34     svn co https://forge.ipsl.jussieu.fr/nemo/svn/utils/figures latex/figures > /dev/null 
    35 fi 
     29#if [ ! -d latex/figures ]; then 
     30#    printf "Downloading of shared figures and logos\n\n" 
     31#    svn co http://forge.ipsl.jussieu.fr/nemo/svn/utils/figures latex/figures > /dev/null 
     32#fi 
    3633 
    3734 
     
    4138for model in $models; do 
    4239    echo $model 
    43     clean $model 
     40#    clean $model 
    4441    build $model 
    4542    printf "\t¤ End of building run\n" 
     
    4845 
    4946exit 0 
    50  
Note: See TracChangeset for help on using the changeset viewer.