Ignore:
Timestamp:
Jul 17, 2015, 2:17:02 PM (9 years ago)
Author:
lguez
Message:

Fixed regression from revision 2315: comvert.h was replaced by
vertical_layers_mod in test_disvert, but variables ap, bp, preff of
vertical_layers_mod were not defined. So, in main program ce0l, moved
call to test_disvert after call to Init_Phys_lmdz, and inserted in
between them calls to infotrac_init and iniphysiq (required). Had then
to remove the call to infotrac_init in etat0dyn_netcdf. In main
program ce0l, had to remove the call to InitComgeomphy? since this is
done in iniphysiq.

In main program ce0l: no need to use indice_sol_mod; removed
preprocessor tests on CPP_PHYS in ce0l.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynlonlat_phylonlat/phylmd/iniphysiq.F90

    r2320 r2331  
    7575
    7676  IF (nlayer/=klev) THEN
    77     WRITE (lunout, *) 'STOP in ', trim(modname)
    78     WRITE (lunout, *) 'Problem with dimensions :'
    7977    WRITE (lunout, *) 'nlayer     = ', nlayer
    8078    WRITE (lunout, *) 'klev   = ', klev
    81     abort_message = ''
    82     CALL abort_gcm(modname, abort_message, 1)
     79    CALL abort_gcm(modname, 'Problem with dimensions', 1)
    8380  END IF
    8481
Note: See TracChangeset for help on using the changeset viewer.