Ignore:
Timestamp:
Jun 15, 2024, 6:26:24 PM (12 days ago)
Author:
crisi
Message:

plenty of files that I forgot to commit last time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/check_isotopes_loc.F90

    r4399 r4984  
    2424                             iso_O17, iso_HTO
    2525   LOGICAL, SAVE :: first=.TRUE.
     26   LOGICAL, PARAMETER :: tnat1=.TRUE.
    2627!$OMP THREADPRIVATE(first)
    2728
     
    3738      iso_O17 = strIdx(isoName,'H217O')
    3839      iso_HTO = strIdx(isoName,'HTO')
    39       IF(getKey('tnat', tnat)) CALL abort_gcm(modname, 'missing isotopic parameter', 1)
     40      if (tnat1) then
     41              tnat(:)=1.0
     42      else
     43         IF(getKey('tnat', tnat)) CALL abort_gcm(modname, 'missing isotopic parameter', 1)
     44      endif
    4045!$OMP END MASTER
    4146!$OMP BARRIER
Note: See TracChangeset for help on using the changeset viewer.