Ignore:
Timestamp:
Jul 23, 2025, 12:03:21 PM (2 weeks ago)
Author:
gmilcareck
Message:

Fix bug on variable definition of ap, bp, aps and bps. A scalar was given instead of an array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/initracer.F90

    r3864 r3865  
    506506        write(*,*) 'You have more Radiative Generic Condensable Species than Generic Condensable Species'
    507507        write(*,*)'This is not possible: check your Modern traceur.def'
    508         call abort_physic("initracer, issue with # of RGCS and GCS",1)
     508        call abort_physic("initracer", "issue with # of RGCS and GCS",1)
    509509      endif
    510510
Note: See TracChangeset for help on using the changeset viewer.