Ignore:
Timestamp:
Aug 3, 2022, 5:22:38 PM (2 years ago)
Author:
emillour
Message:

Generic GCM:
Very minor fix: remove unecessary test about datadir introduced in r2715.
The real issue was that datadir was not set at this point if initracer
was called by newstart. Should now be fine after newstart update of r2785.
EM

File:
1 edited

Legend:

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

    r2725 r2786  
    128128        integer :: ios
    129129        character(len=500):: table_traceurs_line ! table_traceurs_line lines with parameters
    130         !Check if we're using newstart.F or the gcm
    131         if (index(trim(datadir),"/u/lmdz/WWW/planets/") .ne. 0) then !this is the default path writter in datafile_mod
    132             print*,"We're using newstart.F, we don't need to load the table_tracers_condensable"
    133             return
    134         endif
     130
    135131        open(117,file=trim(datadir)//'/table_tracers_condensable',form='formatted',status='old')
    136132
Note: See TracChangeset for help on using the changeset viewer.