GithubHelp home page GithubHelp logo

Exposing MOS surface layer about isca HOT 3 CLOSED

eocene avatar eocene commented on July 22, 2024
Exposing MOS surface layer

from isca.

Comments (3)

eocene avatar eocene commented on July 22, 2024 1

Hi @sit23 - Thank you very much for these messages.

We've been working on some code that does this off-line but if it were done within the model this would be excellent! It would be very well received!

Excellent. Thank you very much indeed.

from isca.

sit23 avatar sit23 commented on July 22, 2024

Hi @eocene - thanks for your message. We are certainly pleased that people are using Isca, and are finding it clear.

The relevant parts of the code are:
src/atmos_spectral/driver/solo/idealized_moist_phys.F90
which calls surface_flux:
src/coupler/surface_flux.F90
which then calls mo_drag:
src/atmos_param/monin_obukhov/monin_obukhov.F90
which then calls monin_obukhov_drag_1d:
src/atmos_param/monin_obukhov/monin_obukhov_kernel.F90

And some other Monin Obukhov-related code is called within
src/atmos_param/vert_turb_driver/vert_turb_driver.F90
which is also called from idealized_moist_phys.F90.

I have had a look through this code, the only outputs from the Monin-Obukhov parts of the code are the boundary-layer height, which is configured within vert_turb_driver ( look for the lines that begin register_diag_field).

The code is calculating all the M/O relevant quantities within the code above, e.g. the m/o velocity scale u_star, so you could look to add that as an output if this would be useful to you?

from isca.

sit23 avatar sit23 commented on July 22, 2024

Further to my comment above, I've been doing some comparison of Isca with the MOM5 model from GFDL that includes a full atmosphere. It appears that Isca has the ability, as MOM5 does, of calculating 2m temperature and 10m winds, but these calculations are currently not being done in Isca. (Monin-Obukhov calculations are, of course, being done in Isca for surface fluxes, boundary-layer height, u_star etc, but the relevant subroutine that calculates the velocity and temperature profiles is mo_profile, which Isca does not call at the moment). We will look to add the 2m temperature and 10m winds as outputs over the coming weeks, and I will update you once they're in.

from isca.

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.