Search results for query: source "not found"

  1. The following words were not included in your search because they are too short, too long, or too common: not

Forum search Google search

  1. J

    using restart file from existing run

      1: pio_support::pio_die:: myrank=          -1 : ERROR: nf_mod.F90:         679 :  1: Variable not found  1:Abort(1) on node 1 (rank 1 in comm 1140850688): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1 The problem isn't that it can't find the restart file it's that it can't...
  2. J

    using restart file from existing run

      1: pio_support::pio_die:: myrank=          -1 : ERROR: nf_mod.F90:         679 :  1: Variable not found  1:Abort(1) on node 1 (rank 1 in comm 1140850688): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1 The problem isn't that it can't find the restart file it's that it can't...
  3. J

    using restart file from existing run

      1: pio_support::pio_die:: myrank=          -1 : ERROR: nf_mod.F90:         679 :  1: Variable not found  1:Abort(1) on node 1 (rank 1 in comm 1140850688): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1 The problem isn't that it can't find the restart file it's that it can't...
  4. J

    using restart file from existing run

      1: pio_support::pio_die:: myrank=          -1 : ERROR: nf_mod.F90:         679 :  1: Variable not found  1:Abort(1) on node 1 (rank 1 in comm 1140850688): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1 The problem isn't that it can't find the restart file it's that it can't...
  5. H

    pio error (cesm1_2_2)

    I have an error when I try to build the case (cesm1_2_2) command: ./test1.build error message: file: test1/intel/openmpi/nodebug/nothreads/pio.bldlog.140708-103452 error: CC=mpicc CXX=mpicxx FC=mpif90 LDFLAGS="" cmake -D CMAKE_Fortran_FLAGS:STRING="-fp-model source -convert...
  6. M

    problems running mk_remap

    Hi, We are having trouble running mk_remap.csh (to be more specific, we are using mk_remap_T31_gx3.csh) 1 - We execute the makefile in the directory ~/tools/cpl/scrip1.4/source , then it generates .o and .mod files Inside the directory ../scrip1.4 , we have: bugs build ChangeLog...
  7. M

    problems running mk_remap

    Hi, We are having trouble running mk_remap.csh (to be more specific, we are using mk_remap_T31_gx3.csh) 1 - We execute the makefile in the directory ~/tools/cpl/scrip1.4/source , then it generates .o and .mod files Inside the directory ../scrip1.4 , we have: bugs build ChangeLog...
  8. M

    problems running mk_remap

    Hi, We are having trouble running mk_remap.csh (to be more specific, we are using mk_remap_T31_gx3.csh) 1 - We execute the makefile in the directory ~/tools/cpl/scrip1.4/source , then it generates .o and .mod files Inside the directory ../scrip1.4 , we have: bugs build ChangeLog...
  9. M

    Long term achiving problem

    You say you want to move the data, but you do not say where you want to move it to.If it is to a mass storage system, you need to write the $CASE.l_archive script and possibly the lt_archive.sh script to do this. I can supply you with these scripts as used here at NCAR (these only serve as a...
  10. Y

    porting CESM1_2_0 on grex machine of westgrid

    Hi,I am tring to install cesm1_2_0 on grex machine of westgrid. And, I can run the compset X successfully, but failed in the compset B. Here is my setting and error information:***env_mach_specific***set netcdf = /global/software/netcdf/netcdf-4.2.1.1-intel-rh6 set mpich =...
  11. D

    Porting CESM 1.2.0 to local cluster - LINUX - Intel or PGI12.5

    Hi,I'm trying to port CESM to our local cluster. I have successfully built a case (./create_newcase -case test5 -res f45_g37 -compset X -mach userdefined)and am using the -mach userdefined. I've tried it with the compilers: Intel-11.1.072 and PGI12.5 and get the same errors.Thanks! DianeMacros:#...
  12. M

    FAILURE: MCT configure when configure

    Dear Sir/Madam,       I got a problem when I try to configure a standalone CAM5.2 model. it is "FAILURE: MCT configure". I can't figure out why and here is the config.log. Your help is really appreciated. Thanks.----------This file contains any messages produced by compilers while running...
  13. J

    probelm with running cesm 1.2

    Thank you Sean, It is exactly place which helped me. I commented out line source ~/.cshrc and it has wanted to run. But if i removed this line, i was not able to compile the model (there is configuration for compiler). So what should i change to have version which will be compiled and working...
  14. T

    problem reading new data file in CESM1.2.0

    Hi,  I am trying to read a new input data file in CESM1.2.0 by adding my own subroutines which functions well on desktop computers.   The subroutine is called by tphysac and I modified the subroutine by using getunit and freeunit.  When the subroutine is activated, the model will report a series...
  15. slevis

    Output CLM history variables

    First a question: Are you running with CN active? If not, QFLX_SUB_SNOW may be within the #if (defined CN) code, just as PET was within the #if (defined CASA) code. Please look at the code carefully and identify all the #if (defined ...) options that may be affecting you; not just the ones that...
  16. M

    Output CLM history variables

    Hi, I tried modifying the source code to output PET and QFLX_XUB_SNOW. I am getting error as follows ++++++++++++++++++++++++++++++++++++++++++++++++++++++ htapes_fieldlist ERROR: QFLX_SUB_SNOW in fincl( 19 ) for history tape 2 not found ENDRUN: called without a...
  17. E

    “Chunk” data structure in physics driver in CAM5

    Thank you for your reply! I've looked at the phys_inidat subroutine in physpkg.F90 in detail. But I still encountered some problems. I was trying to test reading the data by adding a variable "cldfct" (pointer, similar to cldptr) in the phys_inidat subroutine to access the CLDICE(time, lev...
  18. R

    File not found: rpointer.ocn.ovf

    I am attempting to run the following case and end up with an error about not finding rpointer.ocn.ovf. The case is: create_newcase -case test3 -res f19_g16 -compset B_1850_CAM5_CN -mach matcha Everything builds fine. The environment is: RedHat Linux x86_64 Intel compilers (12.1.0)...
  19. B

    Build Error in Case Cloned from Blhome

    I cloned a case that was originally created on /blhome/ to my /glade working directory. The case was working fine two weeks ago, but the new cloned version (which I have not changed) errors when I configure and build. I get partway through the build process, and then receive the following...
  20. A

    Nothing works....HELP!!

    HELP!! I'm trying to complete the tutorial, but absolutely nothing is working working properly!!! Here is a list of the modifications I've made to my shell. 1. Copied over a ".tcshrc" file from someone else. 2. Maked sure that "usr/local/bin" is under "set path = (..." 3...
Back
Top