Code Monkey home page Code Monkey logo

letkf's People

Contributors

gylien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

letkf's Issues

Source files needed

Hi,
During the installation of gfs letkf, I am asked to put all executable files 
together in the '$EXECGLOBAL' directory configured in 'gfs/run/configure.sh'. 
But I am not able to find the source files needed to generate the executables 
like global_chgres, global_sfchdr, global_sighdr, global_gsi, global_fcst etc.
Kindly let me know from where I can get the source files needed to generate 
this executables.

Thanks


Original issue reported on code.google.com by [email protected] on 30 Jun 2015 at 5:59

MPI runs with nodes over 6 producing bad output

What steps will reproduce the problem?
1. Run letkf with speedy using adaptive inflation
2. In run_cycle.sh, use nodes >= 7
3. View any analysis output

What is the expected output? What do you see instead?
Expected output is a .grd file that looks natural. Instead, I see either 
missing grid points (NODE=7), or other mis-formed data (NODE>7).

What version of the product are you using? On what operating system?
Release 47 on linux machine with pgf90

Please provide any additional information below.
I believe the problem is isolated in the scatter_grd_mpi and gather_grd_mpi 
routines, and their called routines.

The final two lines of code inserted into letkf.f90 reproduces the error 
immediately:
!-----------------------------------------------------------------------
! First guess ensemble
!-----------------------------------------------------------------------
  !
  ! READ GUES
  !
  CALL MPI_BARRIER(MPI_COMM_WORLD,ierr)
  WRITE(guesf(3:4),'(I2.2)') nbslot
  CALL read_ens_mpi(guesf,nbv,gues3d,gues2d)

  !STEVE: write out the gues file we just read in
  CALL MPI_BARRIER(MPI_COMM_WORLD,ierr)
  CALL write_ens_mpi('gMPI',nbv,gues3d,gues2d)


Original issue reported on code.google.com by [email protected] on 7 Jul 2010 at 11:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.