[Ncep.list.nems.announce] NEMS Ticket #40: NEMS update - July 5th 2013 (Committed)

Eric Rogers eric.rogers at noaa.gov
Fri Jul 5 18:51:45 UTC 2013


In my working copy directory 
/meso/save/Eric.Rogers/subversion/nam_nems_nmmb_fcst.fd_namplls_namx/trunk/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp/.svn/text-base, 
all the file names are truncated:

-r--r--r-- 1 Eric.Rogers meso 27224 Jan 12  2012 CFC_GridCompMod.F
-r--r--r-- 1 Eric.Rogers meso   491 Jan 12  2012 CFC_GridComp.rc.s
-r--r--r-- 1 Eric.Rogers meso  1635 Jan 12  2012 CFC_Registry.rc.s
-r--r--r-- 1 Eric.Rogers meso  6189 Sep 18  2012 ESMF_ErrReturnCod
-r--r--r-- 1 Eric.Rogers meso  2935 Jan 12  2012 GNUmakefile.svn-b

In Ratko's 
directory/meso/save/Ratko.Vasic/trunk/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp/.svn/text-base 
, they have the correct names:

-r--r--r-- 1 Ratko.Vasic meso 27224 Jun 11 19:51 
CFC_GridCompMod.F90.svn-base
-r--r--r-- 1 Ratko.Vasic meso   491 Jun 11 19:51 CFC_GridComp.rc.svn-base
-r--r--r-- 1 Ratko.Vasic meso  1635 Jun 11 19:51 CFC_Registry.rc.svn-base
-r--r--r-- 1 Ratko.Vasic meso  6189 Jun 11 19:51 
ESMF_ErrReturnCodes.inc.svn-base
-r--r--r-- 1 Ratko.Vasic meso  2935 Jun 11 19:51 GNUmakefile.svn-base

Anyone have an idea what is going on? Is my full path too long? Why 
should that matter?

I noticed that under Components/GOCART_GridComp/*/.svn/text-base, all of 
the file names are truncated. Perhaps when I brought this code over from 
the CCS, (done via tarball) the truncation occurred.

Eric

On 07/05/2013 11:04 AM, Eric Rogers wrote:
> I got this error trying to update my NAM parallel working copy on Tide:
>
> Tide t10a2 > svn update
> Restored 'src/atmos/phys/module_LS_NOAHLSM.F90'
> U    src/atmos/phys/module_LS_NOAHLSM.F90
> G    src/atmos/nmm/module_SOLVER_GRID_COMP.F90
>  U   src/atmos
> svn: Can't open file 
> 'src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp/.svn/text-base/GNUmakefile.svn-base': 
> No such file or directory
>
> Eric
>
> On 07/05/2013 09:19 AM, Ratko Vasic wrote:
>> Hello all,
>> as stated in ticket #40, I committed changes:
>>
>> Changes includes:
>>
>>       Brad's fixes in NOAHLSM and precpd_nmmb.f
>>       Fix for using digital filter in global NMMB
>> (module_SOLVER_GRID_COMP.F90)
>>       2-way nesting test should be run also when creating new answers
>> (RT.sh_IN)
>>       Zeus job check should be done using qstat instead of showq
>> (rt_gen.sh & rt_gfs.sh)
>>       Changes in GOCART makefiles: cleaning of residue temporary 
>> files in
>> make clean process.
>>
>> X src/atmos/gsm
>> M src/atmos/phys/precpd_nmmb.f
>> M src/atmos/phys/module_LS_NOAHLSM.F90
>> M src/atmos/nmm/module_SOLVER_GRID_COMP.F90
>> M 
>> src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp/GNUmakefile
>> D
>> src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp/O3_ExportSpec_.h 
>>
>> D 
>> src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp/O3_History_.rc
>> D
>> src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp/O3_GetPointer_.h 
>>
>> M src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp/GNUmakefile
>> M 
>> src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp/GNUmakefile
>> M src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp/GNUmakefile
>> M job/regression_tests/RT.sh_IN
>> M job/regression_tests/rt_gen.sh
>> M job/regression_tests/solver_state.txt
>> M job/regression_tests/RegressionTests_zeus.log
>> M job/regression_tests/Compile_zeus.log
>> M job/regression_tests/Compile_wcoss.log
>> M job/regression_tests/rt_gfs.sh
>> M job/regression_tests/RegressionTests_wcoss.log
>>
>>
>> NOTE1:
>> CCS (Cirrus) currently cannot compile NEMS! Jun tried previous versions
>> and nether could compile too. I'm NOT going to investigate further since
>> CCS is going away soon.
>> NOTE2:
>> WCOSS passed full tests, but Zeus is failing on one random GFS test, I
>> found bug and will include this fix in commit (rt_gfs.sh). That is same
>> bug Henry was seeing - rt_gfs.sh was using old MOAB command showq
>> instead of qstat.
>> NOTE3: NOTE2 is fixed.
>>
>> New results are created and replaced.
>>
>> Ratko
>>
>> On 7/3/2013 9:30 AM, NEMS Trac Ticket wrote:
>>> #40: NEMS update - July 5th 2013
>>> ---------------------------+---------------------------
>>>    Reporter:  ratko.vasic@…  |      Owner:  ratko.vasic@…
>>>        Type:  enhancement    |     Status:  new
>>>    Priority:  major          |  Milestone:
>>> Component:  component1     |    Version:  2.0
>>>    Keywords:                 |
>>> ---------------------------+---------------------------
>>>
>>>     A new ticket has been created.
>> Ticket URL:<https://svnemc.ncep.noaa.gov/trac/nems/ticket/40>
>>
>



More information about the Ncep.list.nems.announce mailing list