GithubHelp home page GithubHelp logo

geos-esm / carma Goto Github PK

View Code? Open in Web Editor NEW
1.0 18.0 0.0 625 KB

License: Apache License 2.0

Makefile 1.83% Perl 5.46% Yacc 0.50% HTML 0.48% Shell 0.62% Fortran 85.38% C 0.79% IDL 4.89% CMake 0.05%

carma's Introduction

CARMA

carma's People

Contributors

bena-nasa avatar mathomp4 avatar mmanyin avatar pcolarco avatar tclune avatar

Stargazers

 avatar

Watchers

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

carma's Issues

Radiation looking for "run_aerosol_optics" as opposed to "aerosol_optics"

I've recently come across the issue that in more recent versions of the radiation code, the hook for running the aerosol optics function looks for the function "run_aerosol_optics" as opposed to "aerosol_optics". This change is not yet reflected in CARMA.

I fixed this in my local sandbox by changing this line:

call ESMF_MethodAdd(aero, label='aerosol_optics', userRoutine=aerosol_optics, __RC__)

to call ESMF_MethodAdd(aero, label='run_aerosol_optics', userRoutine=aerosol_optics, __RC__)

I would be happy to submit a PR with this, just want to make sure that run_aerosol_optics is the convention moving forward before I do.

Manage line length in fortran code

Various files in the CARMA source code have very long lines (>150 characters). Fortran compilers don't like this and it requires extra compiler flags, which is annoying if we want to be able to compile CARMA in different environments.

We should get the line length in the CARMA code down to <80 characters.

Identified problem files:

  • carmastate_mod.F90

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.