Ignore:
Timestamp:
Oct 30, 2013 11:36:58 AM (11 years ago)
Author:
heinze
Message:

Nudging and large scale forcing from external file implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.hlrnIII

    r1238 r1241  
    3030# appropriately, if you are using a different compiler / MPI-Version.
    3131#
    32 %tmp_user_catalog    /gfs1/work/<replace by your HLRN-III username>         lccrayb parallel
    33 %tmp_data_catalog    /gfs1/work/<replace by your HLRN-III username>         lccrayb parallel
    34 %compiler_name       ftn                         lccrayb parallel
    35 %compiler_name_ser   ftn                         lccrayb parallel
     32%tmp_user_catalog    /gfs1/work/<replace by your username on hlrnIII>     lccrayb parallel
     33%tmp_data_catalog    /gfs1/work/<replace by your username on hlrnIII>     lccrayb parallel
     34%compiler_name       crayftn                                              lccrayb parallel
     35%compiler_name_ser   crayftn                                              lccrayb parallel
    3636%cpp_options         -e:Z:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__netcdf4:-D__fftw   lccrayb parallel
    37 %mopts               -j:4                        lccrayb parallel
    38 %fopts               -em:-s:real64:-O3:-hnoomp:-hfp3:-hdynamic          lccrayb parallel
    39 %lopts               -em:-s:real64:-O3:-hnoomp:-hfp3:-hdynamic:-dynamic lccrayb parallel
    40 %remote_username     <replace by your HLRN-III username>                    lccrayb parallel
    41 %memory              1500                        lccrayb parallel
    42 %login_init_cmd      source:$MODULESHOME/init/ksh lccrayb parallel
    43 %modules             fftw:cray-netcdf            lccrayb parallel
    44 #%create_executable_for_batch  true               lccrayb parallel
     37%mopts               -j:4                                                 lccrayb parallel
     38%fopts               -em:-s:real64:-O3:-hnoomp:-hfp3                      lccrayb parallel
     39%lopts               -em:-s:real64:-O3:-hnoomp:-hfp3                      lccrayb parallel
     40%remote_username     niksiraa                                             lccrayb parallel
     41%memory              1500                                                 lccrayb parallel
     42%modules             fftw:netcdf                                          lccrayb parallel
    4543#             
    4644%write_binary        true                             restart
     
    7472PARIN                    in:job        d3f      $base_data/$fname/INPUT    _p3df
    7573TOPOGRAPHY_DATA          in:locopt     d3#:d3f  $base_data/$fname/INPUT    _topo
     74NUDGING_DATA             in:locopt     d3#:d3f  $base_data/$fname/INPUT    _nudge
     75LSF_DATA                 in:locopt     d3#:d3f  $base_data/$fname/INPUT    _lsf
    7676BININ                    in:loc:flpe   d3f      $base_data/$fname/RESTART  _d3d
    7777PARTICLE_RESTART_DATA_IN in:loc:flpe   prtf     $base_data/$fname/RESTART  _rprt
Note: See TracChangeset for help on using the changeset viewer.