Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (811 - 813 of 964)

Ticket Owner Reporter Resolution Summary
#795 arango Done Updated few make configuration files
Description

Started updating few make configure files. Currently, I only have access to ifort, gfortran, and pgif90 compilers on Darwin and Linux operating systems. The configuration files are getting more complicated due to the special requirements of coupled models. Some of the coupled models also require C-compilers.

I hope that in the future, advanced users will help us updating the rest of the configuration files. Our experience with installing the ESMF/NUOPC library in all its flavors requires the expertise of computer system managers.

#796 arango Done Updated Copyright 2002-2019
Description

Updated the ROMS/TOMS Copyright to all algorithms:

  Copyright (c) 2002-2019 The ROMS/TOMS Group
     Licensed under a MIT/X style license
     See License_ROMS.txt

In case that you were wondering, the Copyright for the ROMS repositories is updated with the either of ROMS/Bin/copyright.sh or ROMS/Bin/copyright.bash by executing the script from the root of the repository:

ROMS/Bin/copyright.sh -verbose

For example, notice that in copyright.sh there are two sections that are used to update all files:

set search = "2002-2018 The ROMS/TOMS"
set replace = "2002-2019 The ROMS/TOMS"

and

if ( $setsvn == 1 ) then
  svn propset -R copyright '(c) 2002-2019 The ROMS/TOMS Group' Compilers
  svn propset -R copyright '(c) 2002-2019 The ROMS/TOMS Group' Data
  svn propset -R copyright '(c) 2002-2019 The ROMS/TOMS Group' ESM
  svn propset -R copyright '(c) 2002-2019 The ROMS/TOMS Group' Master
  svn propset -R copyright '(c) 2002-2019 The ROMS/TOMS Group' ROMS
  svn propset -R copyright '(c) 2002-2019 The ROMS/TOMS Group' User
  svn propset copyright '(c) 2002-2019 The ROMS/TOMS Group' . makefile
  svn propset copyright '(c) 2002-2019 The ROMS/TOMS Group' Waves/SWAN/Src/Module.mk
  svn propset copyright '(c) 2002-2019 The ROMS/TOMS Group' Waves/SWAN/Src/waves_coupler.F
else
  echo ""
  echo "Not updating svn properties."
  echo ""
endif

Notice that the svn properties for all the files and directories are also updated.

If this is done annually, the replacement is trivial. Otherwise, the search string needs to be modified accordingly.

Finally, this is required by our institutions to keep the Open Source license of ROMS.

#798 arango Done IMPORTANT: Further enhacement of ROMS compiling and linking
Description
  • The build scripts (build_roms.bash and build_roms.sh) are coorected to put the coupled model in the right place after USE_DEBUG is defined.
  • Several make configuration file to the makefile were enhanced to allow more flexibility with environmental variables. Many thanks to Mark Hadfield for the suggesting (see src:ticket:797).
  • Added interface for processing scalar variables in module inp_decode.F for functions load_0d_i, load_0d_l, load_0d_dp, and load_0d_r8. Many thanks to John Warner for his request.

The test repository was also updated.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.