[Dart-dev] DART/branches Revision: 12784

dart at ucar.edu dart at ucar.edu
Fri Aug 24 09:49:19 MDT 2018


nancy at ucar.edu
2018-08-24 09:49:19 -0600 (Fri, 24 Aug 2018)
49
commenting out lines that should not be needed.




Modified: DART/branches/yz-cice/models/cice/shell_scripts/assimilate2_0.csh
===================================================================
--- DART/branches/yz-cice/models/cice/shell_scripts/assimilate2_0.csh	2018-08-24 15:46:08 UTC (rev 12783)
+++ DART/branches/yz-cice/models/cice/shell_scripts/assimilate2_0.csh	2018-08-24 15:49:19 UTC (rev 12784)
@@ -17,11 +17,15 @@
 set PARAMETER_ESTIMATION = "FALSE"
 set use_mean = "FALSE"
 set cice_parameters = ( r_snw Cf )
-set ncodir = "/glade/u/apps/ch/opt/nco/4.6.2/gnu/6.3.0/bin/"
-alias ncks $ncodir/ncks
-alias ncwa $ncodir/ncwa
-alias ncrename $ncodir/ncrename
-alias ncap2 $ncodir/ncap2
+# these aliases look like a module bug workaround.  if you get
+# errors running the nco commands you can try to uncomment these, 
+# but they should NOT be necessary.  feel free to remove these 
+# lines if you test this script and it just works.
+#set ncodir = "/glade/u/apps/ch/opt/nco/4.6.2/gnu/6.3.0/bin/"
+#alias ncks $ncodir/ncks
+#alias ncwa $ncodir/ncwa
+#alias ncrename $ncodir/ncrename
+#alias ncap2 $ncodir/ncap2
 module load nco
 
 # The FORCE options are not optional.


More information about the Dart-dev mailing list