Coder Social home page Coder Social logo

Comments (11)

saeed-moghimi-noaa avatar saeed-moghimi-noaa commented on June 28, 2024

Assigned to @ps2epsi

from coastalapp.

saeed-moghimi-noaa avatar saeed-moghimi-noaa commented on June 28, 2024

Hi @mtcontre and @WPringle
Where we can get the ATL+PR 120 m mesh NAVD88 +10 m mesh?
Thanks,
-Saeed

from coastalapp.

mtcontre avatar mtcontre commented on June 28, 2024

Hi Saeed,
Can you please check this mesh:
https://drive.google.com/drive/folders/1WZm30VWkbsINHslfV7qFIaHhUqHUF7Fm?usp=sharing

It is EC+PR, but I'm not sure if it is clipped to 6 or 10 m. Otherwise, the last release that we used for GESTOFS is in the following link:
https://drive.google.com/drive/folders/1yQLhdzDDqWMftm2H3GQlKRQI8-86BfbG?usp=sharing
However, that mesh doesn't have the insert in PR.
Best!

from coastalapp.

mtcontre avatar mtcontre commented on June 28, 2024

Hi Saeed,
Can you please check this mesh:
https://drive.google.com/drive/folders/1WZm30VWkbsINHslfV7qFIaHhUqHUF7Fm?usp=sharing

It is EC+PR, but I'm not sure if it is clipped to 6 or 10 m. Otherwise, the last release that we used for GESTOFS is in the following link:
https://drive.google.com/drive/folders/1yQLhdzDDqWMftm2H3GQlKRQI8-86BfbG?usp=sharing
However, that mesh doesn't have the insert in PR.
Best!

So the first link has the EC mesh up to 10 m. It needs the insert in PR.
Best!

from coastalapp.

saeed-moghimi-noaa avatar saeed-moghimi-noaa commented on June 28, 2024

Thanks All.

@mtcontre
Please share the latest 120 m with 10m above NAVD88 with William for inclusion of PR. Please make sure it is with +10m
land elevation.

@WPringle
Please send the final PAC and ATL+PR meshes to @JaimeCalzadaNOAA for testing.

from coastalapp.

saeed-moghimi-noaa avatar saeed-moghimi-noaa commented on June 28, 2024

Hi Yuji @ps2epsi
You should be able to run the previous HWRF in ATL through cap.  The Cap will read the ATM data and interpolation should happen on the fly. You just need to create a new:

https://github.com/NOAA-EMC/NSEM-workflow/blob/master/parm/nems.configure.atm_ocn_wav_1loop.IN
file and edit the time loop part to:

runSeq::
  @$_coupling_interval_sec_
    ATM -> OCN   
    WAV -> OCN   :remapMethod=redist
    ATM -> WAV   
    OCN -> WAV   :remapMethod=redist
    ATM
    OCN
    WAV
  @
::

from coastalapp.

ps2epsi avatar ps2epsi commented on June 28, 2024

from coastalapp.

saeed-moghimi-noaa avatar saeed-moghimi-noaa commented on June 28, 2024

Hi Yuji @ps2epsi

Please see the NUOPC manual here:
https://earthsystemmodeling.org/docs/nightly/develop/NUOPC_refdoc/node3.html#SECTION00033400000000000000

image

you can use redist only if the mesh on both side are the same. In this case HWRF is interpolated on the old HSOFS and OCN is on the 120m new ATL mesh. Therefore you need to change the remapmethod.

I suggest to go with bilinear or one of the nearest (I do not know the difference) please look into the manual.

As I mentioned in the issue above you need to create a new:

https://github.com/NOAA-EMC/NSEM-workflow/blob/master/parm/nems.configure.atm_ocn_wav_1loop.IN

and make these changes:

runSeq::
  @$_coupling_interval_sec_
    ATM -> OCN   :remapMethod=bilinear
    WAV -> OCN   :remapMethod=redist
    ATM -> WAV   :remapMethod=bilinear
    OCN -> WAV   :remapMethod=redist
    ATM
    OCN
    WAV
  @
::

Thanks,
-Saeed

from coastalapp.

ps2epsi avatar ps2epsi commented on June 28, 2024

from coastalapp.

ps2epsi avatar ps2epsi commented on June 28, 2024

I've tested all of remapMethod, and here is my recommendation based on simulation runtime.

  1. redist
  2. nearest_stod
  3. bilinear
  4. patch and nearest_dtos
  5. conserve
    "redist" is the fastest. "nearest_stod" is the best method if "redist" isn't available. "bilinear" works fine, but it's not good for high resolution model grid because runtime depends on grid number. "patch and nearest_dtos" is the same as "bilinear", but they are slower than "bilinear". "conserve" didn't work for this time.

from coastalapp.

saeed-moghimi-noaa avatar saeed-moghimi-noaa commented on June 28, 2024

Harvey and Maria run finished for

ATM -> ADC
ATM + WW3 -> ADC

from coastalapp.

Related Issues (20)

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.